From f8135080879b8be192fad8ea04082bbeeb9fd2e2 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:14:04 +0000 Subject: [PATCH] Update jackson-annotations to 2.21 --- benchmark/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.sbt b/benchmark/build.sbt index 67e65d6..d1bfe8c 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.1", - "com.fasterxml.jackson.core" % "jackson-annotations" % "2.20", + "com.fasterxml.jackson.core" % "jackson-annotations" % "2.21", "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"