From bf1bf36afca064384c5f95f81d47c368ae5e9c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 10:03:08 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-core from 3.4.24 to 3.5.6 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.4.24 to 3.5.6. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.4.24...v3.5.6) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cc955ca..90e7ed4 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ subprojects { } dependencies { - implementation 'io.projectreactor:reactor-core:3.4.24' + implementation 'io.projectreactor:reactor-core:3.5.6' implementation 'io.projectreactor:reactor-tools:3.4.24' implementation 'io.projectreactor.tools:blockhound:1.0.6.RELEASE' implementation 'org.slf4j:slf4j-api:1.7.36'