From 4922975e003aa4899bcdbe54cdb2fa7bb909544b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2016 09:21:28 +0100 Subject: [PATCH] Start building against Spring AMQP 1.6.4 snapshots 1.6.4 snapshots are required for compatibility with Spring Retry 1.2 See gh-7158 --- 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 c95e7ee082b..d3d6d4fe537 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -147,7 +147,7 @@ 5.5.3 1.0-groovy-2.4 4.3.3.RELEASE - 1.6.3.RELEASE + 1.6.4.BUILD-SNAPSHOT 1.2.3.RELEASE 3.0.7.RELEASE Ingalls-M1