From 3adc1670969a76f73c0a0b4498523da7bd9c24c1 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:06:16 +0000 Subject: [PATCH] Update jackson-annotations to 2.16.0 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index b92eaa5..ce78d0d 100644 --- a/benchmark/build.sbt +++ b/benchmark/build.sbt @@ -13,7 +13,7 @@ libraryDependencies ++= { "com.rojoma" %% "rojoma-json-v3" % "3.15.0", "io.spray" %% "spray-json" % "1.3.6", "org.parboiled" %% "parboiled" % "2.5.0", - "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.3", + "com.fasterxml.jackson.core" % "jackson-annotations" % "2.16.0", "com.fasterxml.jackson.core" % "jackson-core" % "2.15.3", "com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2", "com.google.code.gson" % "gson" % "2.10.1"