From 8cd3f19c8a51b6e8aece667dfdf62ace48e95e2d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:11:29 +0200 Subject: [PATCH] bump: kafka 1.20.1 (was 1.19.8) (#1771) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b6ae5c170..1110f96d8 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val KafkaVersionForDocs = "37" // 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.8" +val testcontainersVersion = "1.20.1" 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