2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

Merge pull request #742 from TeamNewPipe/dependabot/gradle/com.google.code.gson-gson-2.8.9

Bump gson from 2.8.8 to 2.8.9
This commit is contained in:
Tobi
2021-11-08 19:37:09 +01:00
committed by GitHub

View File

@@ -16,5 +16,5 @@ dependencies {
testImplementation "junit:junit:$junitVersion"
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
testImplementation 'com.google.code.gson:gson:2.8.8'
testImplementation 'com.google.code.gson:gson:2.8.9'
}