Skip to content

Commit

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

build(deps): bump io.projectreactor:reactor-test from 3.6.11 to 3.7.0
  • Loading branch information
ForteScarlet authored Nov 20, 2024
2 parents 71fc708 + fbfe0fb commit d1a7b66
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.6.11")
implementation("io.projectreactor:reactor-test:3.7.0")
}
}
}
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.6.11")
implementation("io.projectreactor:reactor-test:3.7.0")
}
}
}
Expand Down

0 comments on commit d1a7b66

Please sign in to comment.