Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.pdfbox:pdfbox to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 544173b commit 1946825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ dependencies {
implementation group: 'org.apache.xmlgraphics', name: 'fop-core', version: '2.9'
implementation group: 'org.apache.xmlgraphics', name: 'fop-events', version: '2.9'
implementation group: 'org.apache.xmlgraphics', name: 'xmlgraphics-commons', version: '2.9'
implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.32'
implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: '3.0.3'
implementation group: 'net.sf.saxon', name: 'Saxon-HE', version: '12.5'

testImplementation 'com.github.fge:json-schema-validator:2.2.14'
Expand Down

0 comments on commit 1946825

Please sign in to comment.