From a7ba0f70a5e00436948ed3e8a003c3c4d3c8697c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:31:46 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-core from 3.7.8 to 3.7.9 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.7.8 to 3.7.9. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.7.8...v3.7.9) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-version: 3.7.9 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 bc14e7238..b2e5c5bb9 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ dependencies { testImplementation 'org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion testImplementation "io.reactivex.rxjava2:rxjava:2.2.21" - testImplementation "io.projectreactor:reactor-core:3.7.8" + testImplementation "io.projectreactor:reactor-core:3.7.9" testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance testImplementation "com.tngtech.archunit:archunit-junit5:1.4.1"