From 760aec3136466c6ae3ec26b753f29491340d6e5c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Jun 2020 09:57:27 +0200 Subject: [PATCH 1/3] Upgrade to Spring Kafka 2.5.2 Closes gh-21782 --- 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 16bd12a03e..d47655035c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1700,7 +1700,7 @@ bom { ] } } - library("Spring Kafka", "2.5.2.BUILD-SNAPSHOT") { + library("Spring Kafka", "2.5.2.RELEASE") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 122f5afd42f9d645c95cfacf4ee3ace75930ae05 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Jun 2020 09:58:02 +0200 Subject: [PATCH 2/3] Upgrade to Spring Integration 5.3.1 Closes gh-21779 --- 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 d47655035c..6d481e96cf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1693,7 +1693,7 @@ bom { ] } } - library("Spring Integration", "5.3.1.BUILD-SNAPSHOT") { + library("Spring Integration", "5.3.1.RELEASE") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From cbd5b77fa4a7d6dd379da786ae9a9e7f15713bb3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 11 Jun 2020 09:58:35 +0200 Subject: [PATCH 3/3] Upgrade to Spring Data Neumann-SR1 Closes gh-21776 --- 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 6d481e96cf..11e66e60e3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1672,7 +1672,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-SR1") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"