From 323d1e224dd5e45d6df8c4fcb62e5263ac79415a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 5 Jun 2021 18:23:27 +0200 Subject: [PATCH] Start building against Spring AMQP 2.2.18 snapshots See gh-26770 --- 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 2d6b6ee05df..8786e73d818 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1646,7 +1646,7 @@ bom { ] } } - library("Spring AMQP", "2.2.17.RELEASE") { + library("Spring AMQP", "2.2.18.BUILD-SNAPSHOT") { group("org.springframework.amqp") { modules = [ "spring-amqp",