From 9a09a3c570bb1a9058074638e79102daa2f3382d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 18:20:34 +0200 Subject: [PATCH 1/3] Upgrade to Spring AMQP 2.1.17 Closes gh-23371 --- 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 b999176231..035cba1b59 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.18.RELEASE - 2.1.16.RELEASE + 2.1.17.RELEASE 4.1.4.RELEASE 2.0.7.RELEASE Lovelace-SR20 From 9ab8ad6e74fa05c762ff0ce5d257a3e670e6fab5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 18:23:06 +0200 Subject: [PATCH 2/3] Upgrade to Spring AMQP 2.2.11 Closes gh-23372 --- 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 12fed4be2a..fa9807cb35 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.10.RELEASE + 2.2.11.RELEASE 4.2.4.RELEASE 2.0.7.RELEASE Moore-SR10 From 7a7aef80d9473d0b1acd707deccafab8862f04d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 18:24:53 +0200 Subject: [PATCH 3/3] Upgrade to Spring AMQP 2.2.11 Closes gh-23373 --- 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 14d35a8fcf..f24191eec2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring AMQP", "2.2.10.RELEASE") { + library("Spring AMQP", "2.2.11.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",