Skip to content

Commit

Permalink
fix: bump openHtmlToPdfVersion from 1.1.23 to 1.1.24 (#123)
Browse files Browse the repository at this point in the history
Bumps `openHtmlToPdfVersion` from 1.1.23 to 1.1.24.

Updates `io.github.openhtmltopdf:openhtmltopdf-pdfbox` from 1.1.23 to 1.1.24
- [Release notes](https://github.com/openhtmltopdf/openhtmltopdf/releases)
- [Changelog](https://github.com/openhtmltopdf/openhtmltopdf/blob/main/CHANGELOG.md)
- [Commits](openhtmltopdf/openhtmltopdf@1.1.23...1.1.24)

Updates `io.github.openhtmltopdf:openhtmltopdf-slf4j` from 1.1.23 to 1.1.24
- [Release notes](https://github.com/openhtmltopdf/openhtmltopdf/releases)
- [Changelog](https://github.com/openhtmltopdf/openhtmltopdf/blob/main/CHANGELOG.md)
- [Commits](openhtmltopdf/openhtmltopdf@1.1.23...1.1.24)

Updates `io.github.openhtmltopdf:openhtmltopdf-svg-support` from 1.1.23 to 1.1.24
- [Release notes](https://github.com/openhtmltopdf/openhtmltopdf/releases)
- [Changelog](https://github.com/openhtmltopdf/openhtmltopdf/blob/main/CHANGELOG.md)
- [Commits](openhtmltopdf/openhtmltopdf@1.1.23...1.1.24)

---
updated-dependencies:
- dependency-name: io.github.openhtmltopdf:openhtmltopdf-pdfbox
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.github.openhtmltopdf:openhtmltopdf-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.github.openhtmltopdf:openhtmltopdf-svg-support
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 8ee4220 commit 15086bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val jaxbApiVersion = "2.3.1"
val jsoupVersion = "1.18.3"
val logbackVersion = "1.5.15"
val logstashEncoderVersion = "8.0"
val openHtmlToPdfVersion = "1.1.23"
val openHtmlToPdfVersion = "1.1.24"
val prometheusVersion = "0.16.0"
val junitJupiterVersion = "5.11.4"
val verapdfVersion = "1.26.1"
Expand Down

0 comments on commit 15086bf

Please sign in to comment.