Merge pull request #654 from TeamNewPipe/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:
bopol 2021-06-20 00:35:24 +02:00 committed by GitHub
commit e9412fdadc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,5 +16,5 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
testImplementation 'com.google.code.gson:gson:2.8.6'
testImplementation 'com.google.code.gson:gson:2.8.7'
}