From 06324d4e7da6c9d5e68513cb07c9ca2c4b5764ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 01:07:37 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2024.0.0-M6 to 2024.0.0-SNAPSHOT (#9502) Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2024.0.0-M6 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4980343848..4904196063 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ ext { postgresVersion = '42.7.4' protobufVersion = '4.28.2' r2dbch2Version = '1.0.0.RELEASE' - reactorVersion = '2024.0.0-M6' + reactorVersion = '2024.0.0-SNAPSHOT' resilience4jVersion = '2.2.0' romeToolsVersion = '2.1.0' rsocketVersion = '1.1.4'