From 98ac7ee048ecc4e7c576b8ff3e28380c34e8a799 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 May 2022 09:42:57 +0200 Subject: [PATCH] Upgrade to Spring Kafka 2.8.6 Closes gh-31018 --- 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 5a1f1561cd69..f1f6278b03d9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1730,7 +1730,7 @@ bom { ] } } - library("Spring Kafka", "2.8.6-SNAPSHOT") { + library("Spring Kafka", "2.8.6") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }