We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbe26b commit dd4f9c1Copy full SHA for dd4f9c1
build.sbt
@@ -129,7 +129,7 @@ val argonautBenchmark = Project(
129
mimaFailOnNoPrevious := false,
130
libraryDependencies ++= Seq(
131
"com.google.caliper" % "caliper" % "0.5-rc1",
132
- "com.fasterxml.jackson.core" % "jackson-core" % "2.19.2"
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.20.0"
133
),
134
(run / javaOptions) ++= ((Runtime / fullClasspath) map { cp =>
135
Seq("-cp", sbt.Attributed.data(cp).mkString(":"))
0 commit comments