We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8acf482 + a94f10c commit 3495ac4Copy full SHA for 3495ac4
service/build.gradle
@@ -82,8 +82,8 @@ dependencies {
82
testImplementation 'org.testcontainers:junit-jupiter:1.21.3'
83
testImplementation 'org.awaitility:awaitility:4.3.0'
84
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'
+ testImplementation 'com.squareup.okhttp3:okhttp:5.3.0'
+ testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.0'
87
testImplementation 'com.adobe.testing:s3mock-testcontainers:4.7.0'
88
89
spotbugs 'com.github.spotbugs:spotbugs:4.9.8'
0 commit comments