From 5e534ba5e8c17e28e376909a29a6720043e18db5 Mon Sep 17 00:00:00 2001
From: Scala Steward <scala_steward@virtuslab.com>
Date: Mon, 29 Jul 2024 09:17:12 +0000
Subject: [PATCH] bump: jackson-databind 2.17.2 (was 2.17.1)

---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 9c6cc1c6a..e32855f3d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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" % "2.2" % Test,