From 06b842e29c7bbd56c43e06962da8b5e269780d8c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Sep 2020 07:26:40 +0200 Subject: [PATCH] Upgrade to Spring Kafka 2.6.1 Closes gh-23382 --- 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 ce75bef95f2..99da9abd26c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Kafka", "2.6.0") { + library("Spring Kafka", "2.6.1") { group("org.springframework.kafka") { modules = [ "spring-kafka",