Skip to content

Commit 40e3e57

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

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
@@ -82,8 +82,8 @@ dependencies {
8282
testImplementation 'org.testcontainers:junit-jupiter:1.21.3'
8383
testImplementation 'org.awaitility:awaitility:4.3.0'
8484
testImplementation 'org.wiremock:wiremock-standalone:3.13.1'
85-
testImplementation 'com.squareup.okhttp3:okhttp:5.1.0'
86-
testImplementation 'com.squareup.okhttp3:mockwebserver3:5.1.0'
85+
testImplementation 'com.squareup.okhttp3:okhttp:5.3.0'
86+
testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.0'
8787
testImplementation 'com.adobe.testing:s3mock-testcontainers:4.7.0'
8888

8989
spotbugs 'com.github.spotbugs:spotbugs:4.9.8'

0 commit comments

Comments
 (0)