From b74d80bed9b9a158a9461c592b884f0fa814e2fa Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:45 +0200 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.9.0 Closes gh-21250 --- 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 6a4c5db9b5..aab4b81c14 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1376,7 +1376,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.8.0") { + library("Rabbit AMQP Client", "5.9.0") { group("com.rabbitmq") { modules = [ "amqp-client"