From a78a73588ee929438d291da7d804f2383e260674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:30:55 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-bom from 2024.0.3 to 2024.0.4 Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2024.0.3 to 2024.0.4. - [Release notes](https://github.com/reactor/reactor/releases) - [Commits](https://github.com/reactor/reactor/compare/2024.0.3...2024.0.4) --- 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 559ae8550c..f600a0ef63 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ ext { rabbitmqAmqpClientVersion = '0.4.0' rabbitmqStreamVersion = '0.22.0' rabbitmqVersion = '5.24.0' - reactorVersion = '2024.0.3' + reactorVersion = '2024.0.4' springDataVersion = '2025.1.0-SNAPSHOT' springRetryVersion = '2.0.11' springVersion = '7.0.0-SNAPSHOT'