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/04/19 13:49:32 UTC

[daffodil] branch main updated: Update woodstox-core to 6.5.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 45feb223f Update woodstox-core to 6.5.1
45feb223f is described below

commit 45feb223f5f98cf7843cd2b547dfef200663dcb0
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Wed Apr 19 12:59:03 2023 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 005622782..10df74874 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -39,7 +39,7 @@ object Dependencies {
 
   lazy val infoset = Seq(
     "org.jdom" % "jdom2" % "2.0.6.1",
-    "com.fasterxml.woodstox" % "woodstox-core" % "6.5.0",
+    "com.fasterxml.woodstox" % "woodstox-core" % "6.5.1",
     "com.fasterxml.jackson.core" % "jackson-core" % "2.14.2",
   )