Skip to content

Commit dd4f9c1

Browse files
Update jackson-core to 2.20.0 in master
1 parent 7cbe26b commit dd4f9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ val argonautBenchmark = Project(
129129
mimaFailOnNoPrevious := false,
130130
libraryDependencies ++= Seq(
131131
"com.google.caliper" % "caliper" % "0.5-rc1",
132-
"com.fasterxml.jackson.core" % "jackson-core" % "2.19.2"
132+
"com.fasterxml.jackson.core" % "jackson-core" % "2.20.0"
133133
),
134134
(run / javaOptions) ++= ((Runtime / fullClasspath) map { cp =>
135135
Seq("-cp", sbt.Attributed.data(cp).mkString(":"))

0 commit comments

Comments
 (0)