This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 5a8485867 Update Saxon-HE to 12.5
5a8485867 is described below
commit 5a84858670a27464db49019a80dc9bb0384e0538
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jul 4 13:15:59 2024 +0000
Update Saxon-HE to 12.5
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fb9b688e3..13eaa268a 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -57,7 +57,7 @@ object Dependencies {
)
lazy val schematron = Seq(
- "net.sf.saxon" % "Saxon-HE" % "12.4"
+ "net.sf.saxon" % "Saxon-HE" % "12.5"
)
lazy val exi = Seq(