From 69e3d95f3ab677610e7b56db02d569392f3b65e1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 19:28:54 +0000 Subject: [PATCH] jackson-core, jackson-databind 2.18.0 (was 2.14.3) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d7177e32..b18a0ef7 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ def specs2(scalaVersion: String) = ("org.specs2" %% s"specs2-$n" % "4.20.8") % Test } -val jacksonDatabindVersion = "2.14.3" +val jacksonDatabindVersion = "2.18.0" val jacksonDatabind = Seq( "com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion )