You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2022/11/08 14:34:44 UTC

[daffodil] branch main updated: Update jackson-core to 2.14.0

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 e4db50064 Update jackson-core to 2.14.0
e4db50064 is described below

commit e4db500642bb7352e594ce51678b03818fbe20f2
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Sun Nov 6 13:19:28 2022 +0000

    Update jackson-core to 2.14.0
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ca4b6de4c..e6e7888dd 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" % "6.4.0",
-    "com.fasterxml.jackson.core" % "jackson-core" % "2.13.4"
+    "com.fasterxml.jackson.core" % "jackson-core" % "2.14.0"
   )
 
   lazy val cli = Seq(