Skip to content

Commit

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

build(deps): bump io.projectreactor:reactor-test from 3.6.2 to 3.6.9
  • Loading branch information
ForteScarlet authored Aug 14, 2024
2 parents 71d7113 + 6156897 commit 9501e1c
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 @@ -93,7 +93,7 @@ kotlin {
dependencies {
implementation(kotlin("test-junit5"))
implementation(libs.kotlinx.coroutines.reactor)
implementation("io.projectreactor:reactor-test:3.6.2")
implementation("io.projectreactor:reactor-test:3.6.9")
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ kotlin {
implementation(libs.kotlinx.coroutines.reactor)
implementation(libs.kotlinx.coroutines.rx2)
implementation(libs.kotlinx.coroutines.rx3)
implementation("io.projectreactor:reactor-test:3.6.2")
implementation("io.projectreactor:reactor-test:3.6.9")
}
}
}
Expand Down

0 comments on commit 9501e1c

Please sign in to comment.