Skip to content

Commit

Permalink
jackson-databind 2.10.5 (was 2.10.4) (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 10, 2020
1 parent a61c74c commit 70ed4c5
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 @@ -309,7 +309,7 @@ lazy val tests = project
"org.testcontainers" % "kafka" % testcontainersVersion % Test,
"org.scalatest" %% "scalatest" % scalatestVersion % Test,
"io.spray" %% "spray-json" % "1.3.5" % Test,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.4" % Test, // ApacheV2
"com.fasterxml.jackson.core" % "jackson-databind" % "2.10.5" % Test, // ApacheV2
"org.junit.vintage" % "junit-vintage-engine" % JupiterKeys.junitVintageVersion.value % Test,
// See http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
"org.hamcrest" % "hamcrest-library" % "2.2" % Test,
Expand Down

0 comments on commit 70ed4c5

Please sign in to comment.