Merge pull request #1009 from TeamNewPipe/dependabot/gradle/com.google.code.gson-gson-2.10.1

Bump gson from 2.10 to 2.10.1
This commit is contained in:
Stypox 2023-01-11 15:35:36 +01:00 committed by GitHub
commit ff94e9f30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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