From baa6a8aeb15e3bf47efc6b9714164b0dfafc402e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jul 2020 18:41:46 +0200 Subject: [PATCH 1/3] Upgrade to Spring AMQP 2.1.16 Closes gh-22507 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 3a96d1a13b..5e9621452a 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -166,7 +166,7 @@ 7.7.3 5.1.17.RELEASE - 2.1.15.RELEASE + 2.1.16.RELEASE 4.1.4.RELEASE 2.0.7.RELEASE Lovelace-SR19 From ad976bec20422cba20bf0d8ee161032e4c269ad7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jul 2020 18:43:46 +0200 Subject: [PATCH 2/3] Upgrade to Spring AMQP 2.2.9 Closes gh-22383 --- spring-boot-project/spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index a17d1ce346..913e608d01 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -187,7 +187,7 @@ 1.7.30 1.25 8.2.0 - 2.2.9.BUILD-SNAPSHOT + 2.2.9.RELEASE 4.2.4.RELEASE 2.0.7.RELEASE Moore-SR9 From 155f8a1a88ef2c1aae72242814acce44f1a6d05d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 22 Jul 2020 18:44:52 +0200 Subject: [PATCH 3/3] Upgrade to Spring AMQP 2.2.9 Closes gh-22387 --- 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 b61b447256..0a109269df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1633,7 +1633,7 @@ bom { ] } } - library("Spring AMQP", "2.2.9.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.9.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",