Merge pull request #954 from TeamNewPipe/dependabot/gradle/com.google.code.gson-gson-2.10

Bump gson from 2.9.1 to 2.10
This commit is contained in:
Tobi 2022-11-09 17:28:31 +01:00 committed by GitHub
commit 0ea16c0b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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