From cd414bd4ceb290b004268d0a8f851e058e74051f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 10:57:32 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2023.0.13 to 2023.0.14 Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.13 to 2023.0.14. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/compare/2023.0.13...2023.0.14) --- 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 03012e9c9e..7f27d61651 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { micrometerVersion = '1.13.9' micrometerTracingVersion = '1.3.7' mockitoVersion = '5.10.0' - reactorVersion = '2023.0.13' + reactorVersion = '2023.0.14' scalaVersion = '2.13' springBootVersion = '3.2.12' // docs module springDataVersion = '2024.0.7'