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 2d0bcdf Update jackson-core to 2.13.0
2d0bcdf is described below
commit 2d0bcdf164e22780ad1b5f3e3a72cff5b1a9d937
Author: Scala Steward <[email protected]>
AuthorDate: Fri Oct 1 00:05:40 2021 +0200
Update jackson-core to 2.13.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 1c009b5..42cdb63 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",
"com.fasterxml.woodstox" % "woodstox-core" % "6.2.6",
- "com.fasterxml.jackson.core" % "jackson-core" % "2.12.5"
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.13.0"
)
lazy val cli = Seq(