Skip to content

Commit

Permalink
bump: jackson-databind 2.13.5 (was 2.13.4.2) (#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 29, 2023
1 parent 2638794 commit 3d7aeb0
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 @@ -285,7 +285,7 @@ lazy val tests = project
"org.testcontainers" % "kafka" % testcontainersVersion % Test,
"org.scalatest" %% "scalatest" % scalatestVersion % Test,
"io.spray" %% "spray-json" % "1.3.6" % Test,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.4.2" % Test, // ApacheV2
"com.fasterxml.jackson.core" % "jackson-databind" % "2.13.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 3d7aeb0

Please sign in to comment.