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.
1 parent ce3b6ec commit 637610cCopy full SHA for 637610c
service/build.gradle
@@ -86,11 +86,11 @@ dependencies {
86
testImplementation 'com.squareup.okhttp3:mockwebserver3:5.1.0'
87
testImplementation 'com.adobe.testing:s3mock-testcontainers:4.7.0'
88
89
- spotbugs 'com.github.spotbugs:spotbugs:4.9.5'
90
- spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.5'
+ spotbugs 'com.github.spotbugs:spotbugs:4.9.5'
+ spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.5'
91
92
- pitest 'com.arcmutate:base:1.3.2'
93
- pitest 'com.arcmutate:pitest-git-plugin:2.1.0'
+ pitest 'com.arcmutate:base:1.3.2'
+ pitest 'com.arcmutate:pitest-git-plugin:2.1.0'
94
}
95
96
test {
0 commit comments