We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351174a commit 460e0f7Copy full SHA for 460e0f7
1 file changed
extractor/build.gradle
@@ -38,6 +38,6 @@ dependencies {
38
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
39
testImplementation 'org.junit.jupiter:junit-jupiter-params'
40
41
- testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
42
- testImplementation 'com.google.code.gson:gson:2.11.0'
+ testImplementation "com.squareup.okhttp3:okhttp:4.12.0"
+ testImplementation 'com.google.code.gson:gson:2.12.1'
43
}
0 commit comments