From e7ed37a40bfc42fdaf62eaeb9a588d0f68f01bf3 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:27:40 +0200 Subject: [PATCH] Update jackson-databind to 2.18.0 (#1048) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1b668b2a..3d3b105b 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ val catsVersion = "2.12.0" val datastoreVersion = "2.21.3" val guavaVersion = "33.3.1-jre" val hadoopVersion = "3.4.0" -val jacksonVersion = "2.17.2" +val jacksonVersion = "2.18.0" val jodaTimeVersion = "2.13.0" val munitVersion = "1.0.2" val munitScalacheckVersion = "1.0.0"