From 314b5d52121452717b4e10661e0f2192a39f4339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:59:25 +0000 Subject: [PATCH] fix(deps): update dependency net.sf.saxon:saxon-he to v12 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8ef33f5..1226aff 100644 --- a/build.gradle +++ b/build.gradle @@ -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"