From a145d2d2c01b23a9c563a31e19320c2eff2dabde Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 Jun 2023 12:27:16 +0000 Subject: [PATCH] bump: jackson-databind 2.15.2 (was 2.15.1) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index dd08390b5..4b5390249 100644 --- a/build.sbt +++ b/build.sbt @@ -290,7 +290,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,