From 9a3b891ceac32ea24e23ba8960e43b5ff330c5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:17:23 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2023.0.2 to 2023.0.3 Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.2 to 2023.0.3. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/compare/2023.0.2...2023.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 9eeabd1722..97b8015933 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ ext { micrometerVersion = '1.13.0-SNAPSHOT' micrometerTracingVersion = '1.3.0-SNAPSHOT' mockitoVersion = '5.8.0' - reactorVersion = '2023.0.2' + reactorVersion = '2023.0.3' scalaVersion = '2.13' springBootVersion = '3.2.2' // docs module springDataVersion = '2023.2.0-SNAPSHOT'