From 0cbae20e1ab569e17ec19ff8bc1c943ed404c150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 23 Oct 2018 21:12:43 +0000 Subject: [PATCH] build(deps): bump rxjava from 2.2.2 to 2.2.3 Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Changelog](https://github.com/ReactiveX/RxJava/blob/2.x/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxJava/compare/v2.2.2...v2.2.3) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ccd24c82e3..916981218b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -107,7 +107,7 @@ dependencies { // RxJava implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' - implementation 'io.reactivex.rxjava2:rxjava:2.2.2' + implementation 'io.reactivex.rxjava2:rxjava:2.2.3' implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0' //picasso