Skip to content

Commit 8be134d

Browse files
authored
Merge pull request #35 from bileto/dependabot/gradle/com.squareup.okhttp3-mockwebserver3-5.3.2
Bump com.squareup.okhttp3:mockwebserver3 from 5.2.1 to 5.3.2
2 parents 79bceaf + 170c0f1 commit 8be134d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
testImplementation 'org.mockito:mockito-core:5.20.0'
3838
testImplementation 'org.springframework:spring-test:6.2.12'
3939
testImplementation 'io.projectreactor:reactor-test:3.7.12'
40-
testImplementation 'com.squareup.okhttp3:mockwebserver3:5.2.1'
40+
testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.2'
4141

4242
testRuntimeOnly 'org.springframework:spring-context:6.2.12'
4343
}

0 commit comments

Comments
 (0)