From 9d8664c52e973a02c74d3884a922d5138d0edbec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 23:47:37 +0000 Subject: [PATCH] Bump gson from 2.8.5 to 2.8.6 Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.6. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-2.8.6) Signed-off-by: dependabot-preview[bot] --- pocketlib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocketlib/build.gradle b/pocketlib/build.gradle index ccb0c4e..dd9936d 100644 --- a/pocketlib/build.gradle +++ b/pocketlib/build.gradle @@ -37,7 +37,7 @@ dependencies { compileOnly 'io.reactivex.rxjava2:rxjava:2.2.10' compileOnly 'io.reactivex.rxjava2:rxandroid:2.1.1' compileOnly 'android.arch.paging:runtime:1.0.1' - compileOnly 'com.google.code.gson:gson:2.8.5' + compileOnly 'com.google.code.gson:gson:2.8.6' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'