This is an automated email from the ASF dual-hosted git repository.
jinterrante 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 7977121 Update jackson-core to 2.12.4
7977121 is described below
commit 79771216822451aba5c2931fbbd05755743f1b21
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jul 7 00:04:37 2021 +0200
Update jackson-core to 2.12.4
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d48b87b..8e0b46b 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -35,7 +35,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.3"
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.12.4"
)
lazy val cli = Seq(