We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33893de + 0085f51 commit 54e3291Copy full SHA for 54e3291
core/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
5
implementation 'com.google.code.gson:gson:2.9.1'
6
7
- testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.0'
+ testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2'
8
testImplementation 'org.mockito:mockito-core:5.18.0'
9
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'
10
}
0 commit comments