Skip to content

Commit

Permalink
fix(deps): update dependency net.sf.saxon:saxon-he to v12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 3, 2024
1 parent 30e1a9f commit 983638b
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 @@ -298,7 +298,7 @@ dependencies {
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: 'net.sf.saxon', name: 'Saxon-HE', version: '12.4'
implementation group: 'net.sf.saxon', name: 'Saxon-HE', version: '12.5'

testImplementation 'com.github.fge:json-schema-validator:2.2.14'
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
Expand Down

0 comments on commit 983638b

Please sign in to comment.