2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-30 13:57:46 +00:00

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

View File

@@ -39,5 +39,5 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-params' testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation "com.squareup.okhttp3:okhttp:3.12.13" 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'
} }