Skip to content

Commit

Permalink
build(deps): bump io.reactivex.rxjava3:rxjava from 3.1.6 to 3.1.8 (#438)
Browse files Browse the repository at this point in the history
Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](ReactiveX/RxJava@v3.1.6...v3.1.8)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 2078be5 commit 85a8630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ kotlin {
dependencies {
implementation(libs.ktor.client.core.jvm)
implementation(libs.kotlinx.coroutines.rx3)
implementation("io.reactivex.rxjava3:rxjava:3.1.7")
implementation("io.reactivex.rxjava3:rxjava:3.1.8")

implementation(libs.ktor.client.logging)
// implementation(libs.logbackClassic)
Expand Down

0 comments on commit 85a8630

Please sign in to comment.