From 1dd3f4d07804fa81a020541c1bc8238efb6fc628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 08:11:53 -0400 Subject: [PATCH] Bump com.rabbitmq.client:amqp-client from 0.5.0-SNAPSHOT to 0.5.0 Bumps [com.rabbitmq.client:amqp-client](https://github.com/rabbitmq/rabbitmq-amqp-java-client) from 0.5.0-SNAPSHOT to 0.5.0. - [Release notes](https://github.com/rabbitmq/rabbitmq-amqp-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-amqp-java-client/commits/v0.5.0) --- updated-dependencies: - dependency-name: com.rabbitmq.client:amqp-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd72d566..a94ef9ef 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ ext { micrometerVersion = '1.15.0-SNAPSHOT' micrometerTracingVersion = '1.5.0-SNAPSHOT' mockitoVersion = '5.16.1' - rabbitmqAmqpClientVersion = '0.5.0-SNAPSHOT' + rabbitmqAmqpClientVersion = '0.5.0' rabbitmqStreamVersion = '0.22.0' rabbitmqVersion = '5.25.0' reactorVersion = '2025.0.0-SNAPSHOT'