From ac8409abab1c93af70db93a5939297f946590427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:50:57 +0000 Subject: [PATCH] Bump io.projectreactor:reactor-core from 3.7.0 to 3.7.1 Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core 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 97312894f6..bd93697f57 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ dependencies { testImplementation 'org.reactivestreams:reactive-streams-tck:' + reactiveStreamsVersion testImplementation "io.reactivex.rxjava2:rxjava:2.2.21" - testImplementation "io.projectreactor:reactor-core:3.7.0" + testImplementation "io.projectreactor:reactor-core:3.7.1" testImplementation 'org.testng:testng:7.10.2' // use for reactive streams test inheritance