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
pull/1016/head
Stypox 2023-01-11 15:35:36 +01:00 zatwierdzone przez GitHub
commit ff94e9f30b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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'
}