Skip to content

Commit

Permalink
bump: jackson-databind 2.17.2 (was 2.17.1) (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 23, 2024
1 parent b8c1783 commit 5ee0a0a
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 @@ -297,7 +297,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.17.1" % Test, // ApacheV2
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.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" % "3.0" % Test,
Expand Down

0 comments on commit 5ee0a0a

Please sign in to comment.