From a326a1291ecfa6563ce009cb4c4357c406090668 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Jul 2022 20:10:36 +0100 Subject: [PATCH] Upgrade to Spring Kafka 2.8.8 Closes gh-31785 --- 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 c0088b87074..5a45c5588d4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Kafka", "2.8.7") { + library("Spring Kafka", "2.8.8") { group("org.springframework.kafka") { modules = [ "spring-kafka",