Skip to content

Commit ac810ef

Browse files
authored
Merge pull request #1045 from simple-robot/dependabot/gradle/v4-dev/io.projectreactor-reactor-test-3.7.5
build(deps): bump io.projectreactor:reactor-test from 3.7.3 to 3.7.5
2 parents 678c7ee + d6c3bc4 commit ac810ef

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

0 commit comments

Comments
 (0)