From e97e2895c53639e2e66fd854210317cfc9b1a2e4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Aug 2023 09:00:24 +0200 Subject: [PATCH] Upgrade to Spring Kafka 3.0.10 Closes gh-36846 --- 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 a28b5c4663..eab1beb655 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.10-SNAPSHOT") { + library("Spring Kafka", "3.0.10") { group("org.springframework.kafka") { modules = [ "spring-kafka",