From 8658765eb4cc9eedb9f6da8cdce10eb088d1d44a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:07:00 +0200 Subject: [PATCH] Start building against Spring Kafka 2.8.5 snapshots See gh-30608 --- 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 e00a453cfa6..498b4c93085 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1743,7 +1743,7 @@ bom { ] } } - library("Spring Kafka", "2.8.4") { + library("Spring Kafka", "2.8.5-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }