From d7c97ed6e47caa63eb5d1ff8c614644188a55091 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 17:57:34 +0200 Subject: [PATCH] Start building against Spring Kafka 2.6.2 snapshots See gh-23679 --- 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 eea86221a9..d6c36b9aeb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1588,7 +1588,7 @@ bom { ] } } - library("Spring Kafka", "2.6.1") { + library("Spring Kafka", "2.6.2-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka",