From 697f3bb6b4fd9830395f63b0cfda2dcf33fca95a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 10:20:24 +0200 Subject: [PATCH] Upgrade to Spring Kafka 3.0.11 Closes gh-37294 --- 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 85e87e40254..1b3a0ac9178 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1411,7 +1411,7 @@ bom { ] } } - library("Spring Kafka", "3.0.10") { + library("Spring Kafka", "3.0.11") { considerSnapshots() group("org.springframework.kafka") { modules = [