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 c96b0012e Update woodstox-core to 6.5.0
c96b0012e is described below
commit c96b0012e397e008bd48e3835eebccff2a33f635
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jan 15 13:28:37 2023 +0000
Update woodstox-core to 6.5.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e4e67b5dc..a297f8a91 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -37,7 +37,7 @@ object Dependencies {
lazy val infoset = Seq(
"org.jdom" % "jdom2" % "2.0.6.1",
- "com.fasterxml.woodstox" % "woodstox-core" % "6.4.0",
+ "com.fasterxml.woodstox" % "woodstox-core" % "6.5.0",
"com.fasterxml.jackson.core" % "jackson-core" % "2.14.1"
)