From 28d27f5fe7158e3a8338c0039abd6b5ddbb2dec9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Apr 2021 08:48:09 +0200 Subject: [PATCH] Upgrade to Spring Kafka 2.7.0 Closes gh-25930 --- 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 17c2f93c09..22f92b5c4f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring Kafka", "2.7.0-SNAPSHOT") { + library("Spring Kafka", "2.7.0") { group("org.springframework.kafka") { modules = [ "spring-kafka",