From 52b54f434b55853a2138c966c68b7104c990df84 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 08:09:57 +0200 Subject: [PATCH] Upgrade to Spring Kafka 2.8.5 Closes gh-30600 --- 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 041cb7914c..b1d22b0205 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1720,7 +1720,7 @@ bom { ] } } - library("Spring Kafka", "2.8.5-SNAPSHOT") { + library("Spring Kafka", "2.8.5") { group("org.springframework.kafka") { modules = [ "spring-kafka",