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 a603d91 + 1b4ea26 commit 70c0595Copy full SHA for 70c0595
build.gradle
@@ -118,7 +118,7 @@ dependencies {
118
testImplementation project.deps.gocdPluginApi
119
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-jupiter', version: '2.1.8'
120
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
121
- testImplementation platform('org.mockito:mockito-bom:5.16.1')
+ testImplementation platform('org.mockito:mockito-bom:5.17.0')
122
testImplementation group: 'org.mockito', name: 'mockito-core'
123
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
124
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.19.1'
0 commit comments