From e767894731df8a5ebe0e7278ad75a634921c92ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 00:05:43 +0000 Subject: [PATCH] Bump org.springframework.amqp:spring-amqp-bom Bumps [org.springframework.amqp:spring-amqp-bom](https://github.com/spring-projects/spring-amqp) from 4.0.0-RC1 to 4.0.0-SNAPSHOT. - [Release notes](https://github.com/spring-projects/spring-amqp/releases) - [Commits](https://github.com/spring-projects/spring-amqp/commits) --- updated-dependencies: - dependency-name: org.springframework.amqp:spring-amqp-bom dependency-version: 4.0.0-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9ef25ce3ca..f3946a0098 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ ext { rsocketVersion = '1.1.5' servletApiVersion = '6.1.0' smackVersion = '4.4.8' - springAmqpVersion = '4.0.0-RC1' + springAmqpVersion = '4.0.0-SNAPSHOT' springDataVersion = '2025.1.0-RC1' springGraphqlVersion = '2.0.0-RC1' springKafkaVersion = '4.0.0-RC1'