Skip to content

Commit 0ea16c0

Browse files
authored
Merge pull request #954 from TeamNewPipe/dependabot/gradle/com.google.code.gson-gson-2.10
Bump gson from 2.9.1 to 2.10
2 parents 1be2707 + 0b82fad commit 0ea16c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ dependencies {
4242
testImplementation 'org.junit.jupiter:junit-jupiter-params'
4343

4444
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
45-
testImplementation 'com.google.code.gson:gson:2.9.1'
45+
testImplementation 'com.google.code.gson:gson:2.10'
4646
}

0 commit comments

Comments
 (0)