This is an automated email from the ASF dual-hosted git repository.
olabusayoT 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 87dd0ea80 Update woodstox-core to 7.2.1
87dd0ea80 is described below
commit 87dd0ea806dfcd17c45d3acf7e24f14e675f238e
Author: Scala Steward <[email protected]>
AuthorDate: Mon Jun 8 13:28:52 2026 +0000
Update woodstox-core to 7.2.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 437118d95..9b3fc00f8 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -38,7 +38,7 @@ object Dependencies {
lazy val infoset = Seq(
"org.jdom" % "jdom2" % "2.0.6.1",
- "com.fasterxml.woodstox" % "woodstox-core" % "7.1.1",
+ "com.fasterxml.woodstox" % "woodstox-core" % "7.2.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.16.1"
)