Skip to content

Commit 9922f63

Browse files
build(deps): bump io.projectreactor:reactor-test from 3.7.9 to 3.7.11
Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.7.9 to 3.7.11. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.7.9...v3.7.11) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-test dependency-version: 3.7.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f48f73 commit 9922f63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simbot-commons/simbot-common-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ kotlin {
9191
dependencies {
9292
implementation(kotlin("test-junit5"))
9393
implementation(libs.kotlinx.coroutines.reactor)
94-
implementation("io.projectreactor:reactor-test:3.7.9")
94+
implementation("io.projectreactor:reactor-test:3.7.11")
9595
}
9696
}
9797
}

simbot-commons/simbot-common-suspend-runner/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ kotlin {
8080
implementation(libs.kotlinx.coroutines.reactor)
8181
implementation(libs.kotlinx.coroutines.rx2)
8282
implementation(libs.kotlinx.coroutines.rx3)
83-
implementation("io.projectreactor:reactor-test:3.7.9")
83+
implementation("io.projectreactor:reactor-test:3.7.11")
8484
}
8585
}
8686
}

0 commit comments

Comments
 (0)