From 4ec328f3e7e3129bd11f4b413960609c5e3fc14c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Mar 2024 14:28:13 +0000 Subject: [PATCH] bump: kafka 1.19.7 (was 1.19.5) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6bb8207ec..3d0419843 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val KafkaVersionForDocs = "35" // This should align with the ScalaTest version used in the Akka testkit // https://github.com/akka/akka/blob/main/project/Dependencies.scala#L44 val scalatestVersion = "3.2.16" -val testcontainersVersion = "1.19.5" +val testcontainersVersion = "1.19.7" val slf4jVersion = "1.7.36" // this depends on Kafka, and should be upgraded to such latest version // that depends on the same Kafka version, as is defined above