From 397eaff3cfb1cf4d96f7d2b310cff132083401fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 10:36:12 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2023.0.10 to 2023.0.11 Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.10 to 2023.0.11. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/compare/2023.0.10...2023.0.11) --- 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 9bf030bdec..f2823f8736 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { micrometerVersion = '1.13.5' micrometerTracingVersion = '1.3.4' mockitoVersion = '5.10.0' - reactorVersion = '2023.0.10' + reactorVersion = '2023.0.11' scalaVersion = '2.13' springBootVersion = '3.2.10' // docs module springDataVersion = '2024.0.4'