From 817c334afe509cb833590789b3982589083046aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:40:39 +0000 Subject: [PATCH] Bump com.rabbitmq:amqp-client from 5.24.0 to 5.25.0 Bumps [com.rabbitmq:amqp-client](https://github.com/rabbitmq/rabbitmq-java-client) from 5.24.0 to 5.25.0. - [Release notes](https://github.com/rabbitmq/rabbitmq-java-client/releases) - [Commits](https://github.com/rabbitmq/rabbitmq-java-client/compare/v5.24.0...v5.25.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 d619ff6..b7451a1 100644 --- a/build.gradle +++ b/build.gradle @@ -42,5 +42,5 @@ dependencies { implementation "org.springframework.security:spring-security-oauth2-jose:$springSecurityVersion" implementation "org.springframework.security:spring-security-config:$springSecurityVersion" implementation "io.pivotal.cfenv:java-cfenv-boot-pivotal-sso:$cfEnvSsoVersion" - implementation "com.rabbitmq:amqp-client:5.24.0" + implementation "com.rabbitmq:amqp-client:5.25.0" }