From 8340a62c6f95af532dea753ee1c5f7fc20d16486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 18 Nov 2025 09:13:20 +0100 Subject: [PATCH] Upgrade to Spring Kafka 4.0.0 Closes gh-47829 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index d509f612917..63eb2055385 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2481,7 +2481,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "4.0.0-SNAPSHOT") { + library("Spring Kafka", "4.0.0") { considerSnapshots() group("org.springframework.kafka") { modules = [