From 65a7422a45687a4406af8a62511f03b2e88fb057 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 22 Apr 2021 14:12:55 +0200 Subject: [PATCH] Upgrade to Kafka 2.6.2 Closes gh-24247 --- 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 f79623a7bef..0b91803175d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -896,7 +896,7 @@ bom { ] } } - library("Kafka", "2.6.0") { + library("Kafka", "2.6.2") { group("org.apache.kafka") { modules = [ "connect-api",