Browse Source

Bump gson from 2.8.2 to 2.8.5

Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.5.
- [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.2...gson-parent-2.8.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] 6 years ago
parent
commit
d5e70d6cf1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -230,7 +230,7 @@ dependencies {
     implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.4'
     implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.4'
     implementation 'org.lukhnos:nnio:0.2'
     implementation 'org.lukhnos:nnio:0.2'
     implementation 'com.madgag.spongycastle:pkix:1.54.0.0'
     implementation 'com.madgag.spongycastle:pkix:1.54.0.0'
-    implementation 'com.google.code.gson:gson:2.8.2'
+    implementation 'com.google.code.gson:gson:2.8.5'
     implementation 'com.afollestad:sectioned-recyclerview:0.5.0'
     implementation 'com.afollestad:sectioned-recyclerview:0.5.0'
     implementation 'com.github.chrisbanes:PhotoView:2.1.3'
     implementation 'com.github.chrisbanes:PhotoView:2.1.3'
     implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15'
     implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15'
@@ -242,7 +242,7 @@ dependencies {
     }
     }
     implementation 'com.caverock:androidsvg:1.3'
     implementation 'com.caverock:androidsvg:1.3'
     implementation "com.android.support:support-annotations:${supportLibraryVersion}"
     implementation "com.android.support:support-annotations:${supportLibraryVersion}"
-    implementation 'com.google.code.gson:gson:2.8.2'
+    implementation 'com.google.code.gson:gson:2.8.5'
 
 
     // dependencies for local unit tests
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'
     testImplementation 'junit:junit:4.12'