From 5cdcdbdcf15d6902476fa1647a2b648868b53a8e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 08:53:18 +0200 Subject: [PATCH 1/2] Start building against Spring AMQP 2.3.16 snapshots See gh-30699 --- 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 84e1f9e23a..862fe590a8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1688,7 +1688,7 @@ bom { ] } } - library("Spring AMQP", "2.3.15") { + library("Spring AMQP", "2.3.16-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 8e1e909444b17f1eade2d241aa01be36c2ac170e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 08:54:14 +0200 Subject: [PATCH 2/2] Start building against Spring Integration 5.5.11 snapshots See gh-30700 --- 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 862fe590a8..b79e59c003 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1729,7 +1729,7 @@ bom { ] } } - library("Spring Integration", "5.5.10") { + library("Spring Integration", "5.5.11-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom"