From a731c6eb64d445c8d352ff7576432e2338523cb6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:43 +0000 Subject: [PATCH] Upgrade to Spring Kafka 3.2.0-M1 Closes gh-39497 --- 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 8ba8c57e060..5f72a3fc5ff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1493,7 +1493,7 @@ bom { ] } } - library("Spring Kafka", "3.2.0-SNAPSHOT") { + library("Spring Kafka", "3.2.0-M1") { considerSnapshots() group("org.springframework.kafka") { modules = [