From 77637ddd7de01cb5845eed65e7004542f1bb7726 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Oct 2020 15:27:03 +0200 Subject: [PATCH] Start building against Spring AMQP 2.2.12 snapshots See gh-23784 --- 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 b880ad587c6..11626c23ffd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring AMQP", "2.2.11.RELEASE") { + library("Spring AMQP", "2.2.12.BUILD-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",