From 390fd14df8ef93ef14c5493cbaf7bfe801543aa5 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 20:04:53 +0000 Subject: [PATCH] Update jackson-annotations, jackson-core, ... to 2.16.2 --- benchmark/build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index e1cfe44..77815ea 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.16.1", - "com.fasterxml.jackson.core" % "jackson-core" % "2.16.1", - "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.1", + "com.fasterxml.jackson.core" % "jackson-annotations" % "2.16.2", + "com.fasterxml.jackson.core" % "jackson-core" % "2.16.2", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.2", "com.google.code.gson" % "gson" % "2.10.1" ) else Nil