From 414805ca5315a5f0e5cb31b5d295f4108e1397b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 10:28:40 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2024.0.2 to 2024.0.3 Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2024.0.2 to 2024.0.3. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/compare/2024.0.2...2024.0.3) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-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 ab469114af..d167f9b9ef 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ ext { micrometerVersion = '1.15.0-SNAPSHOT' micrometerTracingVersion = '1.5.0-SNAPSHOT' mockitoVersion = '5.15.2' - reactorVersion = '2024.0.2' + reactorVersion = '2024.0.3' scalaVersion = '2.13' springBootVersion = '3.3.8' // docs module springDataVersion = '2025.1.0-SNAPSHOT'