Skip to content

Commit

Permalink
Update jackson-core to 2.18.0 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut-bot[bot] authored and xuwei-k committed Sep 28, 2024
1 parent 3445dfe commit 47636de
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 @@ -129,7 +129,7 @@ val argonautBenchmark = Project(
mimaFailOnNoPrevious := false,
libraryDependencies ++= Seq(
"com.google.caliper" % "caliper" % "0.5-rc1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.17.2"
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.0"
),
(run / javaOptions) ++= ((Runtime / fullClasspath) map { cp =>
Seq("-cp", sbt.Attributed.data(cp).mkString(":"))
Expand Down

0 comments on commit 47636de

Please sign in to comment.