Skip to content

Commit

Permalink
fix(deps): update dependency net.sf.saxon:saxon-he to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 9f5ad80 commit a1bb5f0
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 @@ -123,7 +123,7 @@ dependencies {
implementation "eu.esdihumboldt.hale:eu.esdihumboldt.hale.io.schematron:$haleVersion"
// replacement for omitted Saxon dependency
// tested w/ schematron validation in https://github.com/wetransform/exp-schematron/tree/exp/saxon-he
implementation 'net.sf.saxon:Saxon-HE:9.9.1-8'
implementation 'net.sf.saxon:Saxon-HE:12.4'

// converters
implementation "eu.esdihumboldt.hale:eu.esdihumboldt.hale.common.convert.core:$haleVersion"
Expand Down

0 comments on commit a1bb5f0

Please sign in to comment.