You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2023/04/25 18:10:35 UTC

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

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 0eb948ed8 Update jackson-core to 2.15.0
0eb948ed8 is described below

commit 0eb948ed8fcfdf2599d2138ef720751ce177b496
Author: Scala Steward <sc...@virtuslab.com>
AuthorDate: Tue Apr 25 13:01:52 2023 +0000

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

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 10df74874..7f994c9ab 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -40,7 +40,7 @@ object Dependencies {
   lazy val infoset = Seq(
     "org.jdom" % "jdom2" % "2.0.6.1",
     "com.fasterxml.woodstox" % "woodstox-core" % "6.5.1",
-    "com.fasterxml.jackson.core" % "jackson-core" % "2.14.2",
+    "com.fasterxml.jackson.core" % "jackson-core" % "2.15.0",
   )
 
   lazy val cli = Seq(