From 4271e6da6c257600e4d278c38092d4faa4a8f0a4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 9 Oct 2023 17:43:12 +0100 Subject: [PATCH] Start building against Spring Kafka 3.0.12 snapshots See gh-37797 --- 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 e489de6cdb..cbb7d28563 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1451,7 +1451,7 @@ bom { ] } } - library("Spring Kafka", "3.0.11") { + library("Spring Kafka", "3.0.12-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [