From d279019c121629d9b94d86cf078419f27c2b5b9c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 05:21:02 +0000 Subject: [PATCH] Bump rxjava from 2.2.12 to 2.2.20 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 2.2.12 to 2.2.20. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Changelog](https://github.com/ReactiveX/RxJava/blob/v2.2.20/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxJava/compare/v2.2.12...v2.2.20) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 15b04f0..b8ec799 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.3.0-alpha01' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' - implementation "io.reactivex.rxjava2:rxjava:2.2.12" + implementation "io.reactivex.rxjava2:rxjava:2.2.20" implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation "androidx.lifecycle:lifecycle-extensions:2.0.0" implementation 'org.yaml:snakeyaml:1.25'