From ac873ea796893227265f1127499020e0818c01f4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:34:32 +0000 Subject: [PATCH] Upgrade to Spring Kafka 3.0.13 Closes gh-38370 --- 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 15a5cf947a..dcf615bfa4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1445,7 +1445,7 @@ bom { ] } } - library("Spring Kafka", "3.0.13-SNAPSHOT") { + library("Spring Kafka", "3.0.13") { considerSnapshots() group("org.springframework.kafka") { modules = [