From c17442c37b6f0351dfd4a9f97d9ab441e55453a4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Dec 2020 17:40:53 +0100 Subject: [PATCH] Start building against Spring AMQP 2.2.13 snapshots See gh-24287 --- 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 81fdfa7cdd..dbe0655b81 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1645,7 +1645,7 @@ bom { ] } } - library("Spring AMQP", "2.2.12.RELEASE") { + library("Spring AMQP", "2.2.13.BUILD-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",