From 323d1e224dd5e45d6df8c4fcb62e5263ac79415a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 5 Jun 2021 18:23:27 +0200 Subject: [PATCH 1/3] Start building against Spring AMQP 2.2.18 snapshots See gh-26770 --- 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 2d6b6ee05df..8786e73d818 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring AMQP", "2.2.17.RELEASE") { + library("Spring AMQP", "2.2.18.BUILD-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 37625854b6cfa4abf769bb2bd6d88398b03ac013 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 5 Jun 2021 18:23:57 +0200 Subject: [PATCH 2/3] Start building against Spring Kafka 2.5.14 snapshots See gh-26771 --- 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 8786e73d818..b4b91ea1b34 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.RELEASE") { + library("Spring Kafka", "2.5.14.BUILD-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From 39f259554baf6ff28f3b9458a1cdd12736b93a06 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 5 Jun 2021 18:24:22 +0200 Subject: [PATCH 3/3] Start building against Spring Integration 5.3.8 snapshots See gh-26772 --- 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 b4b91ea1b34..ca5362993db 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1687,7 +1687,7 @@ bom { ] } } - library("Spring Integration", "5.3.7.RELEASE") { + library("Spring Integration", "5.3.8.BUILD-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"