From 36d90785d0f8dd02b60f034166307d486c52bba1 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 00:12:53 +0000 Subject: [PATCH] Update jackson-core, jackson-databind to 2.20.1 --- benchmark/build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 1e4cbb1..67e65d6 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -14,8 +14,8 @@ libraryDependencies ++= { "io.spray" %% "spray-json" % "1.3.6", "org.parboiled" %% "parboiled" % "2.5.1", "com.fasterxml.jackson.core" % "jackson-annotations" % "2.20", - "com.fasterxml.jackson.core" % "jackson-core" % "2.20.0", - "com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0", + "com.fasterxml.jackson.core" % "jackson-core" % "2.20.1", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.20.1", "com.google.code.gson" % "gson" % "2.13.2" ) else Nil