From db7059c1f7529b8e3d666f43d2c37e433ffec3fa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Apr 2024 19:44:41 +0100 Subject: [PATCH] Upgrade to Spring Kafka 3.0.16 Closes gh-40375 --- 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 7055a3f75c1..cca56be87c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1449,7 +1449,7 @@ bom { ] } } - library("Spring Kafka", "3.0.15") { + library("Spring Kafka", "3.0.16") { considerSnapshots() group("org.springframework.kafka") { modules = [