From da6cbfd5fe9e6237a06653b7b2fcf0fcdc9a6c9e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:27 +0200 Subject: [PATCH] Upgrade to Spring Kafka 3.0.8 Closes gh-36000 --- 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 e1d022e1f4..3c5fe1a04b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1443,7 +1443,7 @@ bom { ] } } - library("Spring Kafka", "3.0.7") { + library("Spring Kafka", "3.0.8") { group("org.springframework.kafka") { modules = [ "spring-kafka",