Skip to content

Commit abc3d56

Browse files
Update dependency io.reactivex.rxjava3:rxjava to v3.1.8 (#662)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.reactivex.rxjava3:rxjava](https://tog.gosu.cc/ReactiveX/RxJava) | dependencies | patch | `3.1.7` -> `3.1.8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ReactiveX/RxJava (io.reactivex.rxjava3:rxjava)</summary> ### [`v3.1.8`](https://tog.gosu.cc/ReactiveX/RxJava/releases/tag/v3.1.8) [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava3%7Crxjava%7C3.1.8%7C) [JavaDocs](http://reactivex.io/RxJava/3.x/javadoc/3.1.8) ##### Bugfixes - Fix `ObservableSwitchMap` `NullPointerException` due to cancel race. ([https://github.com/ReactiveX/RxJava/pull/7597](https://tog.gosu.cc/ReactiveX/RxJava/pull/7597)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://tog.gosu.cc/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 7822cad commit abc3d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ okio-fakefilesystem = { module = "com.squareup.okio:okio-fakefilesystem", versio
9494
oshi = "com.github.oshi:oshi-core:6.4.8"
9595
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
9696
retrofit-converters-wire = { module = "com.squareup.retrofit2:converter-wire", version.ref = "retrofit" }
97-
rxjava = "io.reactivex.rxjava3:rxjava:3.1.7"
97+
rxjava = "io.reactivex.rxjava3:rxjava:3.1.8"
9898
truth = "com.google.truth:truth:1.1.5"

0 commit comments

Comments
 (0)