From 43e478c24cbf0063d1ae3074a5f6bb6045d28fb5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Jun 2024 14:52:17 +0200 Subject: [PATCH] jackson-core, jackson-databind 2.17.1 (was 2.14.3) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a4ece32c..fd3c9a31 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ def specs2(scalaVersion: String) = ("org.specs2" %% s"specs2-$n" % "4.20.7") % Test } -val jacksonDatabindVersion = "2.14.3" +val jacksonDatabindVersion = "2.17.1" val jacksonDatabind = Seq( "com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion )