Skip to content

Commit

Permalink
Update OpenHTMLtoPDF to v1.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Dependency Update Bot committed Dec 9, 2024
1 parent 53697ad commit 6bd4cd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dependencies {
implementation 'com.vladsch.flexmark:flexmark-ext-attributes:0.64.8'
implementation 'com.vladsch.flexmark:flexmark-ext-definition:0.64.8'
implementation 'com.vladsch.flexmark:flexmark-ext-tables:0.64.8'
implementation 'io.github.openhtmltopdf:openhtmltopdf-core:1.1.22'
implementation 'io.github.openhtmltopdf:openhtmltopdf-pdfbox:1.1.22'
implementation 'io.github.openhtmltopdf:openhtmltopdf-slf4j:1.1.22'
implementation 'io.github.openhtmltopdf:openhtmltopdf-objects:1.1.22'
implementation 'io.github.openhtmltopdf:openhtmltopdf-core:1.1.23'
implementation 'io.github.openhtmltopdf:openhtmltopdf-pdfbox:1.1.23'
implementation 'io.github.openhtmltopdf:openhtmltopdf-slf4j:1.1.23'
implementation 'io.github.openhtmltopdf:openhtmltopdf-objects:1.1.23'
implementation ('org.apache.xmlgraphics:batik-transcoder:1.18'){
// work around https://issues.apache.org/jira/browse/BATIK-1289
exclude group: "xml-apis", module: "xml-apis"
Expand Down

0 comments on commit 6bd4cd0

Please sign in to comment.