Skip to content

Commit 70c0595

Browse files
authored
Merge pull request #1163 from gocd/dependabot/gradle/org.mockito-mockito-bom-5.17.0
Bump org.mockito:mockito-bom from 5.16.1 to 5.17.0
2 parents a603d91 + 1b4ea26 commit 70c0595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118
testImplementation project.deps.gocdPluginApi
119119
testImplementation group: 'uk.org.webcompere', name: 'system-stubs-jupiter', version: '2.1.8'
120120
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
121-
testImplementation platform('org.mockito:mockito-bom:5.16.1')
121+
testImplementation platform('org.mockito:mockito-bom:5.17.0')
122122
testImplementation group: 'org.mockito', name: 'mockito-core'
123123
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
124124
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.19.1'

0 commit comments

Comments
 (0)