This is an automated email from the ASF dual-hosted git repository.
jinterrante 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 16f664698 Update woodstox-core to 6.6.0
16f664698 is described below
commit 16f664698c7bc9e212776a7c5fa7683bed035b09
Author: Scala Steward <[email protected]>
AuthorDate: Thu Jan 18 13:58:52 2024 +0000
Update woodstox-core to 6.6.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fc9455027..fe6214808 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.1",
+ "com.fasterxml.woodstox" % "woodstox-core" % "6.6.0",
"com.fasterxml.jackson.core" % "jackson-core" % "2.16.1",
)