Skip to content

Commit a5aca1d

Browse files
argonaut-bot[bot]xuwei-k
authored andcommitted
Update jackson-core to 2.20.0 in series/6.2.x
1 parent cf2bcf0 commit a5aca1d

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
@@ -130,7 +130,7 @@ val argonautBenchmark = Project(
130130
, publishArtifact := false
131131
, libraryDependencies ++= Seq(
132132
"com.google.caliper" % "caliper" % "0.5-rc1"
133-
, "com.fasterxml.jackson.core" % "jackson-core" % "2.19.2"
133+
, "com.fasterxml.jackson.core" % "jackson-core" % "2.20.0"
134134
)
135135
, (run / javaOptions) ++= ((Runtime / fullClasspath) map { cp => Seq("-cp", sbt.Attributed.data(cp).mkString(":")) }).value
136136
)

0 commit comments

Comments
 (0)