From d0a61c2e78f7f9f96f2c87520fbab4bbd65aac1c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 17:52:53 +0100 Subject: [PATCH] Start building against Spring Kafka 3.0.9 snapshots See gh-36187 --- 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 6288dbc4e67..ad13022a03e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1426,7 +1426,7 @@ bom { ] } } - library("Spring Kafka", "3.0.8") { + library("Spring Kafka", "3.0.9-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka",