You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by mb...@apache.org on 2021/12/23 15:17:17 UTC

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

This is an automated email from the ASF dual-hosted git repository.

mbeckerle 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 cc5da8c  Update jackson-core to 2.13.1
cc5da8c is described below

commit cc5da8c884a9a4c257aa29e4f077996aa2d84826
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Sun Dec 19 04:07:32 2021 +0100

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fd9fe97..26a9a7b 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.2.7",
-    "com.fasterxml.jackson.core" % "jackson-core" % "2.13.0"
+    "com.fasterxml.jackson.core" % "jackson-core" % "2.13.1"
   )
 
   lazy val cli = Seq(