From e616fb5d8bc237a83be1c077e0adbb8a038ef5a8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Sep 2022 03:30:50 +0200 Subject: [PATCH] Upgrade to Spring Kafka 2.8.9 Closes gh-32277 --- 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 8bb29365d7..abfe2ad8c1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1722,7 +1722,7 @@ bom { ] } } - library("Spring Kafka", "2.8.9-SNAPSHOT") { + library("Spring Kafka", "2.8.9") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }