From 9fb7cf49e47564b0ae554c9fa7ac106634fc2629 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Jun 2021 19:43:37 +0100 Subject: [PATCH] Upgrade to Spring Kafka 2.7.2 Closes gh-26765 --- 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 7e94421e7622..f4909a49dc7b 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.2-SNAPSHOT") { + library("Spring Kafka", "2.7.2") { group("org.springframework.kafka") { modules = [ "spring-kafka",