Skip to content

Commit 706aef1

Browse files
Bump com.squareup.okhttp3:mockwebserver from 4.12.0 to 5.1.0 in /service
Bumps [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) from 4.12.0 to 5.1.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.12.0...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:mockwebserver dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e38d33 commit 706aef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ dependencies {
7171
testImplementation 'org.testcontainers:junit-jupiter:1.21.3'
7272
testImplementation 'org.awaitility:awaitility:4.3.0'
7373
testImplementation 'org.wiremock:wiremock-standalone:3.13.0'
74-
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
75-
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
74+
testImplementation 'com.squareup.okhttp3:okhttp:5.1.0'
75+
testImplementation 'com.squareup.okhttp3:mockwebserver:5.1.0'
7676
testImplementation 'com.adobe.testing:s3mock-testcontainers:4.7.0'
7777

7878
pitest 'com.arcmutate:base:1.3.2'

0 commit comments

Comments
 (0)