From 64ba92e29a7da9df22e6c4ed008d02c367a49566 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 May 2024 20:31:25 +0100 Subject: [PATCH] Upgrade to Spring Kafka 3.0.17 Closes gh-40651 --- 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 c4d22f3be4e..8670c292515 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1505,7 +1505,7 @@ bom { ] } } - library("Spring Kafka", "3.0.17-SNAPSHOT") { + library("Spring Kafka", "3.0.17") { considerSnapshots() group("org.springframework.kafka") { modules = [