From b641093881614373742be51aaea54e8dadf91f96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Nov 2024 14:32:37 +0000 Subject: [PATCH] bump: kafka 1.20.4 (was 1.20.1) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9be7cad84..6a1b25dfd 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,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.20.1" +val testcontainersVersion = "1.20.4" val slf4jVersion = "2.0.16" // this depends on Kafka, and should be upgraded to such latest version // that depends on the same Kafka version, as is defined above