Skip to content

Commit

Permalink
bump(tests): jackson-databind 2.15.4 (was 2.15.2) (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 2, 2024
1 parent ad42933 commit 257e6bd
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 @@ -299,7 +299,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.2" % Test, // ApacheV2
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.4" % 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 257e6bd

Please sign in to comment.