From dda74cab94b28d9b3739c0f51db2e0cef4ff9915 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 May 2024 20:33:14 +0100 Subject: [PATCH] Upgrade to Spring Kafka 3.1.5 Closes gh-40661 --- 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 fd6a8d8812..00b3dec359 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1618,7 +1618,7 @@ bom { ] } } - library("Spring Kafka", "3.1.5-SNAPSHOT") { + library("Spring Kafka", "3.1.5") { considerSnapshots() group("org.springframework.kafka") { modules = [