From 306353908485df4167e428bf4254c2405ece1a1d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Nov 2023 14:52:52 +0000 Subject: [PATCH] Start building against Spring Kafka 3.1.0 snapshots See gh-38316 --- 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 ee0b29b410..9d9c36df9e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1551,7 +1551,7 @@ bom { ] } } - library("Spring Kafka", "3.1.0-RC1") { + library("Spring Kafka", "3.1.0-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [