From 43444893289c857ad84d77013a29726f9ee9b7ab Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 18 Apr 2017 14:05:46 -0400 Subject: [PATCH 1/2] Upgrade to Spring AMQP 1.6.9.RELEASE Closes gh-8929 --- spring-boot-dependencies/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index a5266a3f602..5119ce3a01a 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -146,7 +146,7 @@ 5.5.4 1.0-groovy-2.4 4.3.8.BUILD-SNAPSHOT - 1.6.8.RELEASE + 1.6.9.RELEASE 1.2.3.RELEASE 3.0.7.RELEASE Hopper-SR8 @@ -2669,4 +2669,4 @@ integration-test - \ No newline at end of file + From 8a6bc65d86cc126e57491c88ba4947b53e2e4420 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 18 Apr 2017 14:02:01 -0400 Subject: [PATCH 2/2] Upgrade to Spring AMQP 1.7.2.RELEASE Closes gh-8930 --- spring-boot-dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index cec76a13c61..cd32569197b 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -152,7 +152,7 @@ 5.5.4 1.0-groovy-2.4 4.3.8.BUILD-SNAPSHOT - 1.7.1.RELEASE + 1.7.2.RELEASE 1.2.3.RELEASE 3.0.7.RELEASE Ingalls-SR1