From 6e59f3fe18a2f1e17e1337ec4d4820b2a1f8efea Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:35:06 +0200 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.16.0 Closes gh-32369 --- 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 cca934781c..a703025e91 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1195,7 +1195,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.15.0") { + library("Rabbit AMQP Client", "5.16.0") { group("com.rabbitmq") { modules = [ "amqp-client"