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 2bb53d821 Update Saxon-HE to 12.3
2bb53d821 is described below
commit 2bb53d821cc50e4a7a741031dd43018e4d40dbb6
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jul 6 13:58:44 2023 +0000
Update Saxon-HE to 12.3
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cd17feee5..ca60197cb 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.2",
+ "net.sf.saxon" % "Saxon-HE" % "12.3",
)
lazy val exi = Seq(