From bb856b6b71f7a09963d4150745f520738105c23f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 02:06:28 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2025.0.0-RC1 to 2025.0.1-SNAPSHOT. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/commits) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-bom dependency-version: 2025.0.1-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 982c9ae4e..0d9c361a2 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ ext { rabbitmqAmqpClientVersion = '0.7.0' rabbitmqStreamVersion = '1.3.0' rabbitmqVersion = '5.27.1' - reactorVersion = '2025.0.0-RC1' + reactorVersion = '2025.0.1-SNAPSHOT' springDataVersion = '2025.1.0-SNAPSHOT' springVersion = '7.0.0-RC1' testcontainersVersion = '2.0.1'