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 1626a26 commit 53c808fCopy full SHA for 53c808f
build.gradle.kts
@@ -55,8 +55,8 @@ dependencies {
55
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.1")
56
57
// mockwebserver
58
- testImplementation("com.squareup.okhttp3:mockwebserver:5.3.0")
59
- testImplementation("com.squareup.okhttp3:okhttp:5.3.0")
+ testImplementation("com.squareup.okhttp3:mockwebserver:5.3.1")
+ testImplementation("com.squareup.okhttp3:okhttp:5.3.1")
60
61
// mockito
62
testImplementation("org.mockito:mockito-core:5.20.0")
0 commit comments