Skip to content

Commit 87fcfae

Browse files
authored
Merge pull request #166 from norkator/dependabot/gradle/com.squareup.okhttp3-mockwebserver-4.11.0
Bump com.squareup.okhttp3:mockwebserver from 4.10.0 to 4.11.0
2 parents 1a7aa2e + 1cefba0 commit 87fcfae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
// Tests
5555
testImplementation 'junit:junit:4.13.2'
5656
testImplementation 'org.mockito:mockito-core:5.3.1'
57-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.10.0'
57+
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
5858
testImplementation 'org.json:json:20230618'
5959
// Other
6060
implementation(platform('org.jetbrains.kotlin:kotlin-bom:1.9.0'))

0 commit comments

Comments
 (0)