Skip to content

Commit

Permalink
Update jackson-core to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Mar 3, 2020
1 parent e852654 commit c31674e
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 @@ -92,7 +92,7 @@ val argonautBenchmark = Project(
, publishArtifact := false
, libraryDependencies ++= Seq(
"com.google.caliper" % "caliper" % "0.5-rc1"
, "com.fasterxml.jackson.core" % "jackson-core" % "2.10.2"
, "com.fasterxml.jackson.core" % "jackson-core" % "2.10.3"
)
, javaOptions in run ++= ((fullClasspath in Runtime) map { cp => Seq("-cp", sbt.Attributed.data(cp).mkString(":")) }).value
)
Expand Down

0 comments on commit c31674e

Please sign in to comment.