From 7279330ce837ae07eef7016c9fe45c159d30dbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 03:07:56 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2024.0.1 to 2024.0.2 (#2945) Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2024.0.1 to 2024.0.2. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/compare/2024.0.1...2024.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] 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 8682cfdd..a5011444 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ ext { mockitoVersion = '5.14.2' rabbitmqStreamVersion = '0.18.0' rabbitmqVersion = '5.22.0' - reactorVersion = '2024.0.1' + reactorVersion = '2024.0.2' springDataVersion = '2024.1.2' springRetryVersion = '2.0.11' springVersion = '6.2.2'