From 49538adbdaa94bf0a481937670c520d47116c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 16 Jul 2024 08:09:34 +0200 Subject: [PATCH] Upgrade to Spring Kafka 3.1.7 Closes gh-41297 --- 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 dcb474f5be..f9e92f9452 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1626,7 +1626,7 @@ bom { ] } } - library("Spring Kafka", "3.1.7-SNAPSHOT") { + library("Spring Kafka", "3.1.7") { considerSnapshots() group("org.springframework.kafka") { modules = [