From 97e0c8e79cad2454537ed14fbf084577fb766230 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Jun 2022 07:53:04 +0200 Subject: [PATCH] Start building against Spring Kafka 2.8.7 snapshots See gh-31377 --- 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 3b450795f9..bead84ec3c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1725,7 +1725,7 @@ bom { ] } } - library("Spring Kafka", "2.8.6") { + library("Spring Kafka", "2.8.7-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }