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 Jul 15, 2024
1 parent 6fac5da commit 6bb304f
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 @@ -297,7 +297,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.31'
implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: '3.0.2'
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 6bb304f

Please sign in to comment.