diff --git a/build.sbt b/build.sbt index e72aa731..dcfd2632 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.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 )