From 68641c3951ceed8143bbfdcf30225f4d131e027b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 19 Sep 2023 09:30:09 +0200 Subject: [PATCH] Upgrade to Spring Kafka 3.1.0-M1 Closes gh-37234 --- 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 fbf9063dbf..d9d53d5f32 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1560,7 +1560,7 @@ bom { ] } } - library("Spring Kafka", "3.1.0-SNAPSHOT") { + library("Spring Kafka", "3.1.0-M1") { considerSnapshots() group("org.springframework.kafka") { modules = [