diff --git a/build.sbt b/build.sbt index ca885ce46..bf890ff81 100644 --- a/build.sbt +++ b/build.sbt @@ -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.17.2" % Test, // ApacheV2 + "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.0" % 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,