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 2021/11/22 12:05:31 UTC

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

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 9ff7d04  Update woodstox-core to 6.2.7
9ff7d04 is described below

commit 9ff7d04134d1d564ebf9716134b4de22767de941
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Sun Nov 21 02:05:22 2021 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 965fb93..84a0cb3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -36,7 +36,7 @@ object Dependencies {
 
   lazy val infoset = Seq(
     "org.jdom" % "jdom2" % "2.0.6",
-    "com.fasterxml.woodstox" % "woodstox-core" % "6.2.6",
+    "com.fasterxml.woodstox" % "woodstox-core" % "6.2.7",
     "com.fasterxml.jackson.core" % "jackson-core" % "2.13.0"
   )