Merge pull request #8466 from nextcloud/dependabot/gradle/com.google.code.gson-gson-2.8.7

Bump gson from 2.8.6 to 2.8.7
This commit is contained in:
Andy Scherzinger 2021-05-28 14:09:25 +02:00 committed by GitHub
commit eecf37fdc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,7 +295,7 @@ dependencies {
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.2'
implementation 'org.lukhnos:nnio:0.2'
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.68'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.afollestad:sectioned-recyclerview:0.5.0'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.21'
@ -308,7 +308,7 @@ dependencies {
}
implementation 'com.caverock:androidsvg:1.4'
implementation 'androidx.annotation:annotation:1.2.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.vanniktech:emoji-google:0.7.0'
implementation "com.github.cotechde.hwsecurity:hwsecurity-fido:$fidoVersion"