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 f64ef6cf7 Update Saxon-HE to 12.9
f64ef6cf7 is described below
commit f64ef6cf7f5c0a4aabd8eca5af95c4d0527b2366
Author: Scala Steward <[email protected]>
AuthorDate: Sat Sep 13 13:41:03 2025 +0000
Update Saxon-HE to 12.9
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 4afecd505..537781d65 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -59,7 +59,7 @@ object Dependencies {
)
lazy val schematron = Seq(
- "net.sf.saxon" % "Saxon-HE" % "12.8"
+ "net.sf.saxon" % "Saxon-HE" % "12.9"
)
lazy val exi = Seq(