From 22e00c71d3c0155383e408cf50f43912947c7533 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 08:58:09 +0200 Subject: [PATCH] Upgrade to Spring Kafka 3.0.10 Closes gh-36835 --- 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 b9801ecad2..270b7a2a57 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1388,7 +1388,7 @@ bom { ] } } - library("Spring Kafka", "3.0.10-SNAPSHOT") { + library("Spring Kafka", "3.0.10") { group("org.springframework.kafka") { modules = [ "spring-kafka",