From 5671a4e8c5221bc3c168aef93682b4140ceec07b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Feb 2024 13:29:50 +0000 Subject: [PATCH] Start building against Spring Kafka 3.0.14 snapshots See gh-39464 --- 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 5790f76cf5..a40e0485cc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1449,7 +1449,7 @@ bom { ] } } - library("Spring Kafka", "3.0.13") { + library("Spring Kafka", "3.0.14-SNAPSHOT") { considerSnapshots() group("org.springframework.kafka") { modules = [