From 0b4d67f617eafff9f0d20971563fe022b1feb962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 02:13:56 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2023.0.1 to 2023.0.2 Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.1 to 2023.0.2. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/compare/2023.0.1...2023.0.2) --- 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 4a3b947a4d..c15b9135ef 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { micrometerVersion = '1.12.1' micrometerTracingVersion = '1.2.1' mockitoVersion = '5.6.0' - reactorVersion = '2023.0.1' + reactorVersion = '2023.0.2' scalaVersion = '2.13' springBootVersion = '3.2.1' // docs module springDataVersion = '2023.1.1'