ソースを参照

Merge pull request #2992 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.8.5

Bump gson from 2.8.2 to 2.8.5
Andy Scherzinger 6 年 前
コミット
a7c8e5e1fb
1 ファイル変更2 行追加2 行削除
  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 'org.lukhnos:nnio:0.2'
     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.github.chrisbanes:PhotoView:2.1.3'
     implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15'
@@ -242,7 +242,7 @@ dependencies {
     }
     implementation 'com.caverock:androidsvg:1.3'
     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
     testImplementation 'junit:junit:4.12'