From a23b737443ca842d38d8deb5927e47c6ad177d66 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 Nov 2021 19:56:26 +0100 Subject: [PATCH] Upgrade to Spring Kafka 2.6.12 Closes gh-28685 --- 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 2a6c3e0b528..295094d1edc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1606,7 +1606,7 @@ bom { ] } } - library("Spring Kafka", "2.6.11") { + library("Spring Kafka", "2.6.12") { group("org.springframework.kafka") { modules = [ "spring-kafka",