From 4fc92f5bac060e8d57458c11f059cbfd13896ae5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Feb 2023 18:08:52 +0000 Subject: [PATCH] Upgrade to Spring Kafka 3.0.3 Closes gh-34153 --- 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 cf701829eee..cd7a830074f 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.3-SNAPSHOT") { + library("Spring Kafka", "3.0.3") { group("org.springframework.kafka") { modules = [ "spring-kafka",