From 0ec9e6e7a8466c0f819c75261e14d0571d070dc7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 Jan 2022 08:57:46 +0100 Subject: [PATCH] Upgrade to Spring Kafka 3.0.0-M1 Closes gh-28647 --- 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 07f34656c2..265546833f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1358,7 +1358,7 @@ bom { ] } } - library("Spring Kafka", "3.0.0-SNAPSHOT") { + library("Spring Kafka", "3.0.0-M1") { group("org.springframework.kafka") { modules = [ "spring-kafka",