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 c7a5dca90 Update Saxon-HE to 12.8
c7a5dca90 is described below
commit c7a5dca906cfde631abdf12a8222f73adf3507ad
Author: Scala Steward <[email protected]>
AuthorDate: Fri Jul 4 10:27:13 2025 +0000
Update Saxon-HE to 12.8
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 94decdda5..430603a66 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.7"
+ "net.sf.saxon" % "Saxon-HE" % "12.8"
)
lazy val exi = Seq(