Skip to content

Commit 460e0f7

Browse files
committed
Update test dependencies
1 parent 351174a commit 460e0f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extractor/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ dependencies {
3838
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3939
testImplementation 'org.junit.jupiter:junit-jupiter-params'
4040

41-
testImplementation "com.squareup.okhttp3:okhttp:3.12.13"
42-
testImplementation 'com.google.code.gson:gson:2.11.0'
41+
testImplementation "com.squareup.okhttp3:okhttp:4.12.0"
42+
testImplementation 'com.google.code.gson:gson:2.12.1'
4343
}

0 commit comments

Comments
 (0)