From f6c3eb5336c9fea609b9ac7a065a7eaa6e96884f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 10:53:14 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2024.0.0-M5 to 2024.0.0-SNAPSHOT Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2024.0.0-M5 to 2024.0.0-SNAPSHOT. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/commits) --- 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 0762bc582..31537ef6b 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { micrometerVersion = '1.14.0-M2' micrometerTracingVersion = '1.4.0-M2' mockitoVersion = '5.12.0' - reactorVersion = '2024.0.0-M5' + reactorVersion = '2024.0.0-SNAPSHOT' scalaVersion = '2.13' springBootVersion = '3.3.2' // docs module springDataVersion = '2024.0.3'