From 18349dc556f4c05fe68b36dc79a6be0e0b303a21 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 13 Aug 2021 11:13:13 +0200 Subject: [PATCH] Upgrade to Spring Kafka 2.8.0-M2 Closes gh-27609 --- 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 808b0174d3..ffcdfcfcc5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1676,7 +1676,7 @@ bom { ] } } - library("Spring Kafka", "2.8.0-SNAPSHOT") { + library("Spring Kafka", "2.8.0-M2") { group("org.springframework.kafka") { modules = [ "spring-kafka",