From d23b59406e28b8fda5e33f4f1b49ffaab4b5c880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:13:59 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-core from 3.8.3 to 3.8.4 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.8.3...v3.8.4) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-version: 3.8.4 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 c11619a6e..b97526668 100644 --- a/build.gradle +++ b/build.gradle @@ -152,7 +152,7 @@ dependencies { testImplementation 'org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion testImplementation "io.reactivex.rxjava2:rxjava:2.2.21" - testImplementation "io.projectreactor:reactor-core:3.8.3" + testImplementation "io.projectreactor:reactor-core:3.8.4" testImplementation 'org.testng:testng:7.12.0' // use for reactive streams test inheritance testImplementation "com.tngtech.archunit:archunit-junit5:1.4.1"