Skip to content

Commit 130f3ce

Browse files
build(deps): bump io.projectreactor:reactor-test from 3.6.9 to 3.6.10
Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.6.9 to 3.6.10. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.6.9...v3.6.10) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c0c49f commit 130f3ce

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
@@ -93,7 +93,7 @@ kotlin {
9393
dependencies {
9494
implementation(kotlin("test-junit5"))
9595
implementation(libs.kotlinx.coroutines.reactor)
96-
implementation("io.projectreactor:reactor-test:3.6.9")
96+
implementation("io.projectreactor:reactor-test:3.6.10")
9797
}
9898
}
9999
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ kotlin {
8282
implementation(libs.kotlinx.coroutines.reactor)
8383
implementation(libs.kotlinx.coroutines.rx2)
8484
implementation(libs.kotlinx.coroutines.rx3)
85-
implementation("io.projectreactor:reactor-test:3.6.9")
85+
implementation("io.projectreactor:reactor-test:3.6.10")
8686
}
8787
}
8888
}

0 commit comments

Comments
 (0)