From 5eb929cd9b0940a708667d22e56beb62b9b5fd67 Mon Sep 17 00:00:00 2001 From: "argonaut-bot[bot]" <74832392+argonaut-bot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:28:06 +0000 Subject: [PATCH] Update jackson-core to 2.18.1 in series/6.2.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0bad14f8..f4d131f6 100644 --- a/build.sbt +++ b/build.sbt @@ -130,7 +130,7 @@ val argonautBenchmark = Project( , publishArtifact := false , libraryDependencies ++= Seq( "com.google.caliper" % "caliper" % "0.5-rc1" - , "com.fasterxml.jackson.core" % "jackson-core" % "2.18.0" + , "com.fasterxml.jackson.core" % "jackson-core" % "2.18.1" ) , (run / javaOptions) ++= ((Runtime / fullClasspath) map { cp => Seq("-cp", sbt.Attributed.data(cp).mkString(":")) }).value )