From 32d69497336cc2024c7c1eba6ec42e8556b6dcd3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 19 Dec 2023 20:38:11 -0800 Subject: [PATCH] Upgrade to Spring Kafka 3.1.1 Closes gh-38874 --- 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 7f20cd79e95..c53eeed2a0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1562,7 +1562,7 @@ bom { ] } } - library("Spring Kafka", "3.1.0") { + library("Spring Kafka", "3.1.1") { considerSnapshots() group("org.springframework.kafka") { modules = [