From ac8a756485ffc2be528ee91986349b94df0b6fe8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 15 May 2023 16:12:57 +0200 Subject: [PATCH] Upgrade to Spring Kafka 3.0.7 Closes gh-35375 --- 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 1fe6d56140..97b25c6022 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1384,7 +1384,7 @@ bom { ] } } - library("Spring Kafka", "3.0.7-SNAPSHOT") { + library("Spring Kafka", "3.0.7") { group("org.springframework.kafka") { modules = [ "spring-kafka",