Skip to content

Commit

Permalink
Update Batik to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Dependency Update Bot committed Oct 9, 2024
1 parent 7e8884c commit 7f0ba54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ dependencies {
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 ('org.apache.xmlgraphics:batik-transcoder:1.17'){
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"
}
implementation ('org.apache.xmlgraphics:batik-codec:1.17'){
implementation ('org.apache.xmlgraphics:batik-codec: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 7f0ba54

Please sign in to comment.