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/08/15 11:21:20 UTC

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

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 e95520ce1 Update woodstox-core to 6.3.1
e95520ce1 is described below

commit e95520ce1c718860577dfb5e2fa66d5b86c1a412
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Sun Aug 14 12:47:59 2022 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ced327cba..53eaa0673 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.3.0",
+    "com.fasterxml.woodstox" % "woodstox-core" % "6.3.1",
     "com.fasterxml.jackson.core" % "jackson-core" % "2.13.3"
   )