Skip to content

Commit fbfe0fb

Browse files
build(deps): bump io.projectreactor:reactor-test from 3.6.11 to 3.7.0
Bumps [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) from 3.6.11 to 3.7.0. - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.6.11...v3.7.0) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e85d61f commit fbfe0fb

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.6.11")
94+
implementation("io.projectreactor:reactor-test:3.7.0")
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.6.11")
83+
implementation("io.projectreactor:reactor-test:3.7.0")
8484
}
8585
}
8686
}

0 commit comments

Comments
 (0)