From 9c408babfa28b7c5b202dbd724e1db5646ba746e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Sep 2020 09:04:57 +0100 Subject: [PATCH] Upgrade to Spring Kafka 2.6.0 Closes gh-23012 --- 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 b0e882f789e..99f9c56e467 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Kafka", "2.6.0-SNAPSHOT") { + library("Spring Kafka", "2.6.0") { group("org.springframework.kafka") { modules = [ "spring-kafka",