From 5014861c968ce28dd2e20fc7b6ab4b0c1f6ef26d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 Jul 2023 19:57:01 +0200 Subject: [PATCH] Upgrade to Spring Kafka 3.0.9 Closes 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 8e27c17d1a..e8c84f4eac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1422,7 +1422,7 @@ bom { ] } } - library("Spring Kafka", "3.0.9-SNAPSHOT") { + library("Spring Kafka", "3.0.9") { group("org.springframework.kafka") { modules = [ "spring-kafka",