From a508606fd0f318fe760c3d0df676ba509675b9ac Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:30:49 +0200 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.14.3 Closes gh-36316 --- 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 fe0d03e886..e356fa3357 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1465,7 +1465,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.14.2") { + library("Rabbit AMQP Client", "5.14.3") { group("com.rabbitmq") { modules = [ "amqp-client"