From d109037856292bd76a36d673b847a9f8046b9945 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 Nov 2023 19:59:54 +0000 Subject: [PATCH] jackson-core, jackson-databind 2.16.0 (was 2.14.3) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f729966..c0209d57 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ def specs2(scalaVersion: String) = ("org.specs2" %% s"specs2-$n" % "4.20.2") % Test } -val jacksonDatabindVersion = "2.14.3" +val jacksonDatabindVersion = "2.16.0" val jacksonDatabind = Seq( "com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion )