From 2cd87dbf84c1a5dfbb5db7d581245f9314fbf007 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 04:23:50 +0000 Subject: [PATCH] Bump adapter-rxjava2 from 2.3.0 to 2.8.2 Bumps [adapter-rxjava2](https://github.com/square/retrofit) from 2.3.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.3.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 d38c5f1..18c24d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,7 +51,7 @@ dependencies { compile 'com.squareup.okhttp3:okhttp:3.9.1' // Okhttp : Http client : http://square.github.io/okhttp/ compile 'com.squareup.okhttp3:logging-interceptor:3.9.1' - compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0' + compile 'com.squareup.retrofit2:adapter-rxjava2:2.8.2' // RX compile 'io.reactivex.rxjava2:rxjava:2.0.7'