Skip to content

Commit

Permalink
Update jackson-core to 2.18.1 in series/6.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut-bot[bot] committed Oct 29, 2024
1 parent 626ea47 commit 5eb929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0"
, "com.fasterxml.jackson.core" % "jackson-core" % "2.18.1"
)
, (run / javaOptions) ++= ((Runtime / fullClasspath) map { cp => Seq("-cp", sbt.Attributed.data(cp).mkString(":")) }).value
)
Expand Down

0 comments on commit 5eb929c

Please sign in to comment.