From 09cd024817daa8cef3724ba3b0568bc2d0771b00 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 07:51:32 +0200 Subject: [PATCH 1/2] Upgrade to Spring Kafka 2.8.7 Closes gh-31350 --- 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 1f32e526ec1..54ed33e5542 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.7-SNAPSHOT") { + library("Spring Kafka", "2.8.7") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 1c2e3b731bc36f58065ecf5fb7b18703469bcbaa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jun 2022 07:52:14 +0200 Subject: [PATCH 2/2] Upgrade to Spring Kafka 2.8.7 Closes gh-31377 --- 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 5946b8cdfa4..fa67b564e1c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1725,7 +1725,7 @@ bom { ] } } - library("Spring Kafka", "2.8.7-SNAPSHOT") { + library("Spring Kafka", "2.8.7") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" }