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/28 12:01:54 UTC

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

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 91cf97262 Update jackson-core to 2.14.1
91cf97262 is described below

commit 91cf97262d498b4f42a0259fb80f54778c7cf203
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Tue Nov 22 13:43:46 2022 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e6e7888dd..4e43239a6 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.14.0"
+    "com.fasterxml.jackson.core" % "jackson-core" % "2.14.1"
   )
 
   lazy val cli = Seq(