From c6c8b3015d18acd4c83ce1484ae318609570aa15 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Sat, 26 Aug 2023 06:59:20 -0700 Subject: [PATCH] Update dependency io.reactivex.rxjava3:rxjava to v3.1.7 (#819) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.reactivex.rxjava3:rxjava](https://togithub.com/ReactiveX/RxJava) | dependencies | patch | `3.1.6` -> `3.1.7` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
ReactiveX/RxJava (io.reactivex.rxjava3:rxjava) ### [`v3.1.7`](https://togithub.com/ReactiveX/RxJava/releases/tag/v3.1.7) [Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava3%7Crxjava%7C3.1.7%7C) [JavaDocs](http://reactivex.io/RxJava/3.x/javadoc/3.1.7) ##### API changes - Add `onDropped` callback for `onBackpressureLatest`. ([#​7542](https://togithub.com/ReactiveX/RxJava/issues/7542)) - Add `onDropped` callback to `onBackpressureBuffer`. ([#​7567](https://togithub.com/ReactiveX/RxJava/issues/7567)) ##### Documentation - Change summary to caption, because summary is obsolete in HTML5. ([#​7534](https://togithub.com/ReactiveX/RxJava/issues/7534)) - Try using https to access the reactive streams javadoc. ([#​7535](https://togithub.com/ReactiveX/RxJava/issues/7535)) - Improve Javadoc of `Disposable`. ##### Other - Add minimum GitHub token permissions for workflows. ([#​7541](https://togithub.com/ReactiveX/RxJava/issues/7541)) - Create SECURITY.md ([#​7546](https://togithub.com/ReactiveX/RxJava/issues/7546)) - Add copyright and license to jar. ([#​7520](https://togithub.com/ReactiveX/RxJava/issues/7520)) - Convert `CompletableOnErrorComplete$onError` inner class to static. ([#​7575](https://togithub.com/ReactiveX/RxJava/issues/7575)) - Allow null accumulator type in the `collect(Collector)` operators. ([#​7590](https://togithub.com/ReactiveX/RxJava/issues/7590))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4fc21a9ee..d3e6cc4c5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -214,7 +214,7 @@ roborazzi = { module = "io.github.takahirom.roborazzi:roborazzi", version.ref = roborazzi-compose = { module = "io.github.takahirom.roborazzi:roborazzi-compose", version.ref = "roborazzi" } roborazzi-rules = { module = "io.github.takahirom.roborazzi:roborazzi-junit-rule", version.ref = "roborazzi" } -rxjava = "io.reactivex.rxjava3:rxjava:3.1.6" +rxjava = "io.reactivex.rxjava3:rxjava:3.1.7" sqldelight-driver-android = { module = "app.cash.sqldelight:android-driver", version.ref = "sqldelight" } sqldelight-coroutines = { module = "app.cash.sqldelight:coroutines-extensions-jvm", version.ref = "sqldelight" }