You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2023/12/01 16:41:57 UTC

(daffodil) branch main updated: Update Saxon-HE to 12.4

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 7ac497b14 Update Saxon-HE to 12.4
7ac497b14 is described below

commit 7ac497b142250daa909fbce2f7df95fe6d5dd66c
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Fri Dec 1 13:36:22 2023 +0000

    Update Saxon-HE to 12.4
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a93a4a169..3295887bd 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.3",
+    "net.sf.saxon" % "Saxon-HE" % "12.4",
   )
 
   lazy val exi = Seq(