From 6946d8aab5563f9f4662135780b28418a6e0e12d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:14:47 +0000 Subject: [PATCH] Update jackson-annotations, jackson-core, ... to 2.17.0 --- benchmark/build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 77815ea..fa84889 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.2", - "com.fasterxml.jackson.core" % "jackson-core" % "2.16.2", - "com.fasterxml.jackson.core" % "jackson-databind" % "2.16.2", + "com.fasterxml.jackson.core" % "jackson-annotations" % "2.17.0", + "com.fasterxml.jackson.core" % "jackson-core" % "2.17.0", + "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.0", "com.google.code.gson" % "gson" % "2.10.1" ) else Nil