From 7f94727a728922a8c754faed00dcee4585ceb26c Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:05:35 +0000 Subject: [PATCH] Update jackson-annotations, jackson-core, ... to 2.18.0 --- benchmark/build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index cd25b7f..2b99062 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -13,9 +13,9 @@ libraryDependencies ++= { "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", "org.parboiled" %% "parboiled" % "2.5.1", - "com.fasterxml.jackson.core" % "jackson-annotations" % "2.17.2", - "com.fasterxml.jackson.core" % "jackson-core" % "2.17.2", - "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2", + "com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.0", + "com.fasterxml.jackson.core" % "jackson-core" % "2.18.0", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.0", "com.google.code.gson" % "gson" % "2.11.0" ) else Nil