From ba7584ff4b6b9e53663802621ae516db9e17bef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 10:37:52 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2025.0.0-M6 to 2025.0.0-SNAPSHOT Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2025.0.0-M6 to 2025.0.0-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.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 8a2873fda0..1f67d0dc8e 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ ext { micrometerVersion = '1.16.0-M2' micrometerTracingVersion = '1.6.0-M2' mockitoVersion = '5.19.0' - reactorVersion = '2025.0.0-M6' + reactorVersion = '2025.0.0-SNAPSHOT' scalaVersion = '2.13' springBootVersion = '3.5.0' // docs module springDataVersion = '2025.1.0-M5'