Skip to content

Commit

Permalink
Update jackson-core to 2.15.3 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
argonaut-bot[bot] authored and xuwei-k committed Oct 14, 2023
1 parent a2c94e9 commit aaba6d6
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 @@ -131,7 +131,7 @@ val argonautBenchmark = Project(
, mimaFailOnNoPrevious := false
, libraryDependencies ++= Seq(
"com.google.caliper" % "caliper" % "0.5-rc1"
, "com.fasterxml.jackson.core" % "jackson-core" % "2.15.2"
, "com.fasterxml.jackson.core" % "jackson-core" % "2.15.3"
)
, (run / javaOptions) ++= ((Runtime / fullClasspath) map { cp => Seq("-cp", sbt.Attributed.data(cp).mkString(":")) }).value
)
Expand Down

0 comments on commit aaba6d6

Please sign in to comment.