From 0474dabfb068e2ab95339c04b1f68278326b0d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:26:57 +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 3.2.0-RC1 to 3.2.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-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 07ca96a6295..07317dc44ce 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ ext { rsocketVersion = '1.1.4' servletApiVersion = '6.0.0' smackVersion = '4.4.8' - springAmqpVersion = '3.2.0-RC1' + springAmqpVersion = '3.2.0-SNAPSHOT' springDataVersion = '2024.1.0-RC1' springGraphqlVersion = '1.3.3' springKafkaVersion = '3.3.0-RC1'