Skip to content

Commit 6156897

Browse files
build(deps): bump io.projectreactor:reactor-test from 3.6.2 to 3.6.9
Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.6.2 to 3.6.9. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.6.2...v3.6.9) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73cf588 commit 6156897

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.2")
96+
implementation("io.projectreactor:reactor-test:3.6.9")
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.2")
85+
implementation("io.projectreactor:reactor-test:3.6.9")
8686
}
8787
}
8888
}

0 commit comments

Comments
 (0)