From d546936d53cd531dccfb53f122a67919676fba22 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 09:03:19 +0100 Subject: [PATCH] Upgrade to Spring Kafka 3.1.0-RC1 Closes gh-37712 --- 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 7fce5673369..5a75538973c 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-RC1") { considerSnapshots() group("org.springframework.kafka") { modules = [