From 439c2f9f844ead6726b1b3ba05e370d3edba0e82 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 Oct 2023 08:59:43 +0100 Subject: [PATCH] Upgrade to Spring Kafka 3.0.12 Closes gh-37797 --- 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 4428ef8bce..2e31bbda7d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1447,7 +1447,7 @@ bom { ] } } - library("Spring Kafka", "3.0.12-SNAPSHOT") { + library("Spring Kafka", "3.0.12") { considerSnapshots() group("org.springframework.kafka") { modules = [