From e559159f0417170f5fbf5cb27bb3780536e501ab Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 13:23:42 +0000 Subject: [PATCH] Upgrade to Spring Kafka 3.0.13 Closes gh-38369 --- 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 e62597caa13..f58175312b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1405,7 +1405,7 @@ bom { ] } } - library("Spring Kafka", "3.0.13-SNAPSHOT") { + library("Spring Kafka", "3.0.13") { considerSnapshots() group("org.springframework.kafka") { modules = [