From c4eea996081d6cc51fc020a8387feeb308187113 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 16 Nov 2021 09:08:14 +0100 Subject: [PATCH] Upgrade to Kafka 2.7.2 Closes gh-28694 --- 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 448790c793bc..ba6aa83c4ceb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1000,7 +1000,7 @@ bom { ] } } - library("Kafka", "2.7.1") { + library("Kafka", "2.7.2") { group("org.apache.kafka") { modules = [ "connect-api",