From 02921f9879721a7f9e5caf707085f310d5bdfbd5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Aug 2023 17:07:12 +0100 Subject: [PATCH] Upgrade to Kafka 3.5.1 Closes gh-36891 --- 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 144ff04396..0db26fa546 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -741,7 +741,7 @@ bom { ] } } - library("Kafka", "3.5.0") { + library("Kafka", "3.5.1") { group("org.apache.kafka") { modules = [ "connect",