From 36b6235e86d10ad407da7e0049d5f6fc196a6894 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 18:02:53 +0100 Subject: [PATCH] Upgrade to Spring AMQP 2.2.17.RELEASE Closes gh-26428 --- 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 20dd74a0cdc..ca357ac88a3 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.BUILD-SNAPSHOT") { + library("Spring AMQP", "2.2.17.RELEASE") { group("org.springframework.amqp") { modules = [ "spring-amqp",