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 96210e1be Update woodstox-core to 6.7.0
96210e1be is described below
commit 96210e1beb5319ddbca5aa6611e77c8c199353fa
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jun 24 10:51:11 2024 +0000
Update woodstox-core to 6.7.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ca57b449a..fb9b688e3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
lazy val infoset = Seq(
"org.jdom" % "jdom2" % "2.0.6.1",
- "com.fasterxml.woodstox" % "woodstox-core" % "6.6.2",
+ "com.fasterxml.woodstox" % "woodstox-core" % "6.7.0",
"com.fasterxml.jackson.core" % "jackson-core" % "2.16.1"
)