Skip to content

Commit

Permalink
build(deps): bump io.projectreactor:reactor-test from 3.6.10 to 3.6.11
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.10 to 3.6.11.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.10...v3.6.11)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 80733d3 commit 8585ca9
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.10")
implementation("io.projectreactor:reactor-test:3.6.11")
}
}
}
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.10")
implementation("io.projectreactor:reactor-test:3.6.11")
}
}
}
Expand Down

0 comments on commit 8585ca9

Please sign in to comment.