Skip to content

Commit

Permalink
build(deps): bump io.projectreactor:reactor-test from 3.6.11 to 3.7.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent c8fd47c commit 906fb57
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 906fb57

Please sign in to comment.