Merge pull request #883 from TeamNewPipe/dependabot/gradle/com.google.code.gson-gson-2.9.1

Bump gson from 2.9.0 to 2.9.1
This commit is contained in:
Stypox 2022-08-04 11:20:41 +02:00 committed by GitHub
commit 4ddb96a86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,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.0'
testImplementation 'com.google.code.gson:gson:2.9.1'
}