From 3e301d0ba4d02fed4cd93f2ad714c39c02d7ae1e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 31 Jan 2022 20:04:26 +0100 Subject: [PATCH] bump: kafka 1.16.3 (was 1.16.2) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9103c869f..77c0bac2f 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ val KafkaVersionForDocs = "30" // This should align with the ScalaTest version used in the Akka 2.6.x testkit // https://github.com/akka/akka/blob/main/project/Dependencies.scala#L41 val scalatestVersion = "3.1.4" -val testcontainersVersion = "1.16.2" +val testcontainersVersion = "1.16.3" val slf4jVersion = "1.7.32" // this depends on Kafka, and should be upgraded to such latest version // that depends on the same Kafka version, as is defined above