Skip to content

Commit

Permalink
Update jackson-core to 2.15.1 in series/6.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut-bot[bot] authored and xuwei-k committed May 21, 2023
1 parent b65d60d commit b23a88a
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.15.0"
, "com.fasterxml.jackson.core" % "jackson-core" % "2.15.1"
)
, (run / javaOptions) ++= ((Runtime / fullClasspath) map { cp => Seq("-cp", sbt.Attributed.data(cp).mkString(":")) }).value
)
Expand Down

0 comments on commit b23a88a

Please sign in to comment.