From 3a2f25c6ff8ce5a26b62b406caf5714d42483536 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sun, 12 Jan 2020 19:54:48 +0000 Subject: [PATCH] Build against Spring AMQP 2.2.3 snapshots See gh-19651 --- 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 4b2bdb1dc0..9a2e500ffa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1632,7 +1632,7 @@ bom { ] } } - library('Spring AMQP', '2.2.2.RELEASE') { + library('Spring AMQP', '2.2.3.BUILD-SNAPSHOT') { group('org.springframework.amqp') { modules = [ 'spring-amqp',