Skip to content

Commit

Permalink
bump: jackson-databind 2.15.2 (was 2.15.1) (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 23, 2023
1 parent 7022c06 commit 5a3def2
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 @@ -294,7 +294,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.15.1" % Test, // ApacheV2
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2" % 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 5a3def2

Please sign in to comment.