From 7cc385f57c07c4b6c5ba5ded889fe6e03d9acad6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:33:58 +0000 Subject: [PATCH] Upgrade to Rabbit AMQP Client 5.20.0 Closes gh-39027 --- 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 8aa6ce9e0a..7549f932d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1302,7 +1302,7 @@ bom { ] } } - library("Rabbit AMQP Client", "5.19.0") { + library("Rabbit AMQP Client", "5.20.0") { group("com.rabbitmq") { modules = [ "amqp-client"