This is an automated email from the ASF dual-hosted git repository.
jadams 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 2a478370a Update Saxon-HE to 12.7
2a478370a is described below
commit 2a478370a14da082e812f121687c9499e8d32c2e
Author: Scala Steward <[email protected]>
AuthorDate: Fri May 16 13:35:58 2025 +0000
Update Saxon-HE to 12.7
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 5b115a871..f5e869973 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -61,7 +61,7 @@ object Dependencies {
)
lazy val schematron = Seq(
- "net.sf.saxon" % "Saxon-HE" % "12.5"
+ "net.sf.saxon" % "Saxon-HE" % "12.7"
)
lazy val exi = Seq(