From e426ff6196ca9e91145fcdce4b9ab383fc7918da Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:51:55 +0200 Subject: [PATCH] Start building against Spring Kafka 2.7.4 snapshots See gh-27165 --- 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 7534411db28..8c652047f4b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Kafka", "2.7.3") { + library("Spring Kafka", "2.7.4-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka",