From 2acfe9c4e1bff96a8e9a1c25bc04667f3b604106 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:46:54 +0100 Subject: [PATCH] Upgrade to Spring Kafka 3.0.12 Closes gh-37796 --- 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 163a496c6eed..6dccb62cfa7c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1407,7 +1407,7 @@ bom { ] } } - library("Spring Kafka", "3.0.12-SNAPSHOT") { + library("Spring Kafka", "3.0.12") { considerSnapshots() group("org.springframework.kafka") { modules = [