This is an automated email from the ASF dual-hosted git repository.
olabusayoT 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 985328c1f Update Saxon-HE to 13.0
985328c1f is described below
commit 985328c1fc82cc54ece1ffbb453564f5788ad1c4
Author: Scala Steward <[email protected]>
AuthorDate: Fri May 29 13:44:42 2026 +0000
Update Saxon-HE to 13.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9ecb1370f..437118d95 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.9"
+ "net.sf.saxon" % "Saxon-HE" % "13.0"
)
lazy val exi = Seq(