From a33f2d94b94ace2aa333fea36e7e2be9e55fefac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 08:13:24 -0400 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2024.0.5 to 2024.0.6 (#3896) Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2024.0.5 to 2024.0.6. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/compare/2024.0.5...2024.0.6) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-bom dependency-version: 2024.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7149903e..fce56993 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ ext { micrometerVersion = '1.15.1-SNAPSHOT' micrometerTracingVersion = '1.5.1-SNAPSHOT' mockitoVersion = '5.15.2' - reactorVersion = '2024.0.5' + reactorVersion = '2024.0.6' scalaVersion = '2.13' springBootVersion = '3.3.8' // docs module springDataVersion = '2025.1.0-SNAPSHOT'