From 89dc6133a2390a20613e41c4be25ed08abc147b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 21:13:37 +0000 Subject: [PATCH] Bump adapter-rxjava2 from 2.6.0 to 2.8.2 Bumps [adapter-rxjava2](https://github.com/square/retrofit) from 2.6.0 to 2.8.2. - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/parent-2.6.0...2.8.2) 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 8d89179..13ed3be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ dependencies { ext.rxandroid_version = '2.1.1' implementation "io.reactivex.rxjava2:rxandroid:$rxandroid_version" implementation "io.reactivex.rxjava2:rxjava:$rxjava_version" - implementation 'com.squareup.retrofit2:adapter-rxjava2:2.6.0' + implementation 'com.squareup.retrofit2:adapter-rxjava2:2.8.2' /*CONVERTER */ implementation 'com.squareup.retrofit2:converter-gson:2.5.0'