From f5909782fc12d6c84075d8be90753d3dd7db6729 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 03:45:51 +0000 Subject: [PATCH] jackson-core, jackson-databind 2.16.1 (was 2.14.3) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8d42860a6..47aa3a3e4 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ def specs2(scalaVersion: String) = ("org.specs2" %% s"specs2-$n" % "4.20.3") % Test } -val jacksonDatabindVersion = "2.14.3" +val jacksonDatabindVersion = "2.16.1" val jacksonDatabind = Seq( "com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion )