From 4f3defabb9a57943b67d72dd934b8421879476c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:03:08 +0000 Subject: [PATCH] chore(deps): bump com.rabbitmq:amqp-client from 5.16.0 to 5.23.0 Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.16.0 to 5.23.0. - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.16.0...v5.23.0) --- updated-dependencies: - dependency-name: com.rabbitmq:amqp-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0364cb1..45d7aef 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { bundledLibs 'org.slf4j:slf4j-api' bundledLibs 'org.apache.httpcomponents:httpclient:4.5.14' bundledLibs 'com.google.code.gson:gson:2.10' - bundledLibs 'com.rabbitmq:amqp-client:5.16.0' + bundledLibs 'com.rabbitmq:amqp-client:5.23.0' testImplementation 'org.apache.groovy:groovy:4.0.6' testImplementation 'org.apache.groovy:groovy-dateutil:4.0.6'