Skip to content

Commit

Permalink
fix: bump openHtmlToPdfVersion from 1.1.21 to 1.1.22 (#86)
Browse files Browse the repository at this point in the history
Bumps `openHtmlToPdfVersion` from 1.1.21 to 1.1.22.

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

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

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

---
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 Aug 26, 2024
1 parent 01d4811 commit 32468bd
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 @@ -12,7 +12,7 @@ val jsoupVersion = "1.18.1"
val kluentVersion = "1.72"
val logbackVersion = "1.5.7"
val logstashEncoderVersion = "8.0"
val openHtmlToPdfVersion = "1.1.21"
val openHtmlToPdfVersion = "1.1.22"
val prometheusVersion = "0.16.0"
val junitJupiterVersion = "5.11.0"
val verapdfVersion = "1.26.1"
Expand Down

0 comments on commit 32468bd

Please sign in to comment.