Skip to content

Commit

Permalink
Merge pull request #1006 from simple-robot/dependabot/gradle/v4-dev/i…
Browse files Browse the repository at this point in the history
…o.projectreactor-reactor-test-3.7.3

build(deps): bump io.projectreactor:reactor-test from 3.7.1 to 3.7.3
  • Loading branch information
ForteScarlet authored Feb 14, 2025
2 parents 2f529ad + d0561ae commit 27dc175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simbot-commons/simbot-common-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ kotlin {
dependencies {
implementation(kotlin("test-junit5"))
implementation(libs.kotlinx.coroutines.reactor)
implementation("io.projectreactor:reactor-test:3.7.1")
implementation("io.projectreactor:reactor-test:3.7.3")
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ kotlin {
implementation(libs.kotlinx.coroutines.reactor)
implementation(libs.kotlinx.coroutines.rx2)
implementation(libs.kotlinx.coroutines.rx3)
implementation("io.projectreactor:reactor-test:3.7.1")
implementation("io.projectreactor:reactor-test:3.7.3")
}
}
}
Expand Down

0 comments on commit 27dc175

Please sign in to comment.