Skip to content

Commit 945cb6b

Browse files
authored
Merge pull request #332 from gocd-contrib/dependabot/gradle/org.mockito-mockito-core-5.17.0
Bump org.mockito:mockito-core from 5.16.1 to 5.17.0
2 parents d1bd589 + 286f410 commit 945cb6b

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
@@ -54,7 +54,7 @@ java {
5454
ext {
5555
deps = [
5656
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.1.0',
57-
mockito : 'org.mockito:mockito-core:5.16.1',
57+
mockito : 'org.mockito:mockito-core:5.17.0',
5858
]
5959

6060
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }

0 commit comments

Comments
 (0)