From e82bd223a036fe0826bdaa95002a3b9145bca826 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:55:34 +0100 Subject: [PATCH] Upgrade to Kafka 3.5.0 Closes gh-35954 --- 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 f04b99c6d3..b649b4b62e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -736,7 +736,7 @@ bom { ] } } - library("Kafka", "3.4.1") { + library("Kafka", "3.5.0") { group("org.apache.kafka") { modules = [ "connect",