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 caaf3bdf5 Update Saxon-HE to 11.3
caaf3bdf5 is described below
commit caaf3bdf5cc27df537e6476262fbdcc9bcf1a72c
Author: Scala Steward <[email protected]>
AuthorDate: Mon Mar 28 18:04:39 2022 +0200
Update Saxon-HE to 11.3
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 37c8a45af..b584bc70b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -56,6 +56,6 @@ object Dependencies {
)
lazy val schematron = Seq(
- "net.sf.saxon" % "Saxon-HE" % "11.2",
+ "net.sf.saxon" % "Saxon-HE" % "11.3",
)
}