This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new abf5422 Update woodstox-core to 6.2.5
abf5422 is described below
commit abf5422a3a5740b1dec15821130349e09ac9e9da
Author: Scala Steward <[email protected]>
AuthorDate: Tue Apr 6 02:08:48 2021 +0200
Update woodstox-core to 6.2.5
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8a87c60..7717272 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -34,7 +34,7 @@ object Dependencies {
lazy val infoset = Seq(
"org.jdom" % "jdom2" % "2.0.6",
- "com.fasterxml.woodstox" % "woodstox-core" % "6.2.4",
+ "com.fasterxml.woodstox" % "woodstox-core" % "6.2.5",
"com.fasterxml.jackson.core" % "jackson-core" % "2.12.2"
)