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 2022/07/20 17:11:01 UTC

[daffodil] branch main updated: Update woodstox-core to 6.3.0

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 f8898b5b8 Update woodstox-core to 6.3.0
f8898b5b8 is described below

commit f8898b5b8fddefc48d2672222d5bc6f86d237cec
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Thu Jul 7 13:44:19 2022 +0000

    Update woodstox-core to 6.3.0
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7bd455b53..fe5bfb656 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -37,7 +37,7 @@ object Dependencies {
 
   lazy val infoset = Seq(
     "org.jdom" % "jdom2" % "2.0.6.1",
-    "com.fasterxml.woodstox" % "woodstox-core" % "6.2.8",
+    "com.fasterxml.woodstox" % "woodstox-core" % "6.3.0",
     "com.fasterxml.jackson.core" % "jackson-core" % "2.13.3"
   )