From 11ad08dcbbb378640a606c1c1cdf9c9db038c72c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 15:10:44 +0100 Subject: [PATCH] Start building against Spring Kafka 3.0.12 snapshots See gh-37796 --- 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 bfdc77422f..c6fbaae4ed 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1411,7 +1411,7 @@ bom { ] } } - library("Spring Kafka", "3.0.11") { + library("Spring Kafka", "3.0.12-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [