Merge pull request #800 from TeamNewPipe/dependabot/gradle/com.google.code.gson-gson-2.9.0

Bump gson from 2.8.9 to 2.9.0
This commit is contained in:
litetex 2022-03-14 19:47:54 +01:00 committed by GitHub
commit d806984aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,5 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
testImplementation 'com.google.code.gson:gson:2.8.9'
testImplementation 'com.google.code.gson:gson:2.9.0'
}