From 5a3def22ba602f27f10b4e65c2be97bbf4eda9ae Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 23 Aug 2023 10:04:15 +0200 Subject: [PATCH] bump: jackson-databind 2.15.2 (was 2.15.1) (#1643) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4396aa145..e60566a68 100644 --- a/build.sbt +++ b/build.sbt @@ -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,