From 678916fb3d295eef2092f771a5865953a070adac Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 May 2021 08:29:35 +0200 Subject: [PATCH 1/3] Upgrade to Spring Kafka 2.5.13 Closes gh-26429 --- 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 ca357ac88a..ca9269e369 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Kafka", "2.5.13.BUILD-SNAPSHOT") { + library("Spring Kafka", "2.5.13.RELEASE") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 2205024e9df8f654c7a01e02ffc56ce0718e5c45 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 May 2021 08:32:38 +0200 Subject: [PATCH 2/3] Upgrade to Spring Kafka 2.6.8 Closes gh-26385 --- 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 317c5db44d..fb3c723602 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1586,7 +1586,7 @@ bom { ] } } - library("Spring Kafka", "2.6.8-SNAPSHOT") { + library("Spring Kafka", "2.6.8") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 83ad93844b2a2206283f48ffe55f21fd107810bb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 18 May 2021 08:33:05 +0200 Subject: [PATCH 3/3] Upgrade to Spring AMQP 2.3.7 Closes gh-26383 --- 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 fb3c723602..0841e60f86 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1538,7 +1538,7 @@ bom { ] } } - library("Spring AMQP", "2.3.7-SNAPSHOT") { + library("Spring AMQP", "2.3.7") { group("org.springframework.amqp") { modules = [ "spring-amqp",