From d31653e3c3d2baa598cc6e4ef359afabed73a771 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Jul 2021 08:47:52 +0200 Subject: [PATCH 1/2] Upgrade to Spring Kafka 2.6.10 Closes gh-27501 --- 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 29e473fe7e8..afe98b0c2c3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1592,7 +1592,7 @@ bom { ] } } - library("Spring Kafka", "2.6.9") { + library("Spring Kafka", "2.6.10") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 6d0f5d5f219f2bb54c56e3c8f066934bc2161e4e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Jul 2021 08:48:10 +0200 Subject: [PATCH 2/2] Upgrade to Spring Integration 5.4.9 Closes gh-27500 --- 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 afe98b0c2c3..b857e79f706 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring Integration", "5.4.9-SNAPSHOT") { + library("Spring Integration", "5.4.9") { group("org.springframework.integration") { imports = [ "spring-integration-bom"