From 5f8900ea0eb374b05e78597eadf582237f18548e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 09:00:35 +0100 Subject: [PATCH] Upgrade to Spring Kafka 2.5.10 Closes gh-24293 --- 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 8c53d9b810..a0c5dadccd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1693,7 +1693,7 @@ bom { ] } } - library("Spring Kafka", "2.5.10.BUILD-SNAPSHOT") { + library("Spring Kafka", "2.5.10.RELEASE") { group("org.springframework.kafka") { modules = [ "spring-kafka",