From 8c793b571ed004a557f2b1cc490ffa81b5d5d375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:39:26 +0000 Subject: [PATCH] build(deps): bump io.projectreactor:reactor-test from 3.7.5 to 3.7.7 Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.7.5 to 3.7.7. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](https://github.com/reactor/reactor-core/compare/v3.7.5...v3.7.7) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-test dependency-version: 3.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- simbot-commons/simbot-common-core/build.gradle.kts | 2 +- simbot-commons/simbot-common-suspend-runner/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/simbot-commons/simbot-common-core/build.gradle.kts b/simbot-commons/simbot-common-core/build.gradle.kts index 13a47f513..ce7cef88a 100644 --- a/simbot-commons/simbot-common-core/build.gradle.kts +++ b/simbot-commons/simbot-common-core/build.gradle.kts @@ -91,7 +91,7 @@ kotlin { dependencies { implementation(kotlin("test-junit5")) implementation(libs.kotlinx.coroutines.reactor) - implementation("io.projectreactor:reactor-test:3.7.5") + implementation("io.projectreactor:reactor-test:3.7.7") } } } diff --git a/simbot-commons/simbot-common-suspend-runner/build.gradle.kts b/simbot-commons/simbot-common-suspend-runner/build.gradle.kts index 7d6474539..423b06156 100644 --- a/simbot-commons/simbot-common-suspend-runner/build.gradle.kts +++ b/simbot-commons/simbot-common-suspend-runner/build.gradle.kts @@ -80,7 +80,7 @@ kotlin { implementation(libs.kotlinx.coroutines.reactor) implementation(libs.kotlinx.coroutines.rx2) implementation(libs.kotlinx.coroutines.rx3) - implementation("io.projectreactor:reactor-test:3.7.5") + implementation("io.projectreactor:reactor-test:3.7.7") } } }