From 5cdcdbdcf15d6902476fa1647a2b648868b53a8e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 08:53:18 +0200 Subject: [PATCH 1/6] 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/6] 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" From aed4bc56961cf878b689bf1458720634b89250ba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 08:55:39 +0200 Subject: [PATCH 3/6] Start building against Spring AMQP 2.4.4 snapshots See gh-30701 --- 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 53ba9d4877..af5a8f2fcb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1671,7 +1671,7 @@ bom { ] } } - library("Spring AMQP", "2.4.3") { + library("Spring AMQP", "2.4.4-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp", From 140c14cefc1acd8218f7c6a89a9c73d01a45d1ed Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 08:56:33 +0200 Subject: [PATCH 4/6] Start building against Spring Integration 5.5.11 snapshots See gh-30702 --- 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 af5a8f2fcb..9bdd210cab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1713,7 +1713,7 @@ bom { ] } } - library("Spring Integration", "5.5.10") { + library("Spring Integration", "5.5.11-SNAPSHOT") { group("org.springframework.integration") { imports = [ "spring-integration-bom" From f340a90ade0920d4c745ea5813527c34b236c02a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 09:05:45 +0200 Subject: [PATCH 5/6] Start building against Spring AMQP 2.4.4 snapshots See gh-30703 --- 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 1d87e225f2..867f2f5978 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring AMQP", "2.4.3") { + library("Spring AMQP", "2.4.4-SNAPSHOT") { prohibit("[3.0.0-M1,)") { because "it uses Spring Framework 6" } From 7a6bb7208d239c39c59edf721e0c6946ebd5f785 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 16 Apr 2022 09:06:23 +0200 Subject: [PATCH 6/6] Start building against Spring Integration 5.5.11 snapshots See gh-30704 --- 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 867f2f5978..de672e2500 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1730,7 +1730,7 @@ bom { ] } } - library("Spring Integration", "5.5.10") { + library("Spring Integration", "5.5.11-SNAPSHOT") { prohibit("[6.0.0-M1,)") { because "it uses Spring Framework 6" }