From a3599d4c2b11dc0525bc4ef502adf4e90e5c7367 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 May 2022 12:03:16 +0100 Subject: [PATCH] Upgrade to Kafka 3.1.1 Closes gh-31051 --- 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 fee6663682..ecb7768607 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -730,7 +730,7 @@ bom { ] } } - library("Kafka", "3.1.0") { + library("Kafka", "3.1.1") { group("org.apache.kafka") { modules = [ "connect",