From 3b51bcc9121a2859d0831c2ed568b83ba1f863b7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 17:08:05 +0000 Subject: [PATCH] Upgrade to Kafka 3.6.1 Closes gh-38806 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e74615e0af61..1c1b309cd557 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -753,7 +753,7 @@ bom { ] } } - library("Kafka", "3.6.0") { + library("Kafka", "3.6.1") { group("org.apache.kafka") { modules = [ "connect",