From aaba6d653ac7ca8906d1bc224ad877863c34ff06 Mon Sep 17 00:00:00 2001 From: "argonaut-bot[bot]" <74832392+argonaut-bot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:19:14 +0000 Subject: [PATCH] Update jackson-core to 2.15.3 in master --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a0209ed7..eba91276 100644 --- a/build.sbt +++ b/build.sbt @@ -131,7 +131,7 @@ val argonautBenchmark = Project( , mimaFailOnNoPrevious := false , libraryDependencies ++= Seq( "com.google.caliper" % "caliper" % "0.5-rc1" - , "com.fasterxml.jackson.core" % "jackson-core" % "2.15.2" + , "com.fasterxml.jackson.core" % "jackson-core" % "2.15.3" ) , (run / javaOptions) ++= ((Runtime / fullClasspath) map { cp => Seq("-cp", sbt.Attributed.data(cp).mkString(":")) }).value )