Skip to content

Commit b9eeab9

Browse files
authored
Merge pull request #320 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 49bb242 + a153c94 commit b9eeab9

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
@@ -55,7 +55,7 @@ java {
5555
ext {
5656
deps = [
5757
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.2.0',
58-
mockito : 'org.mockito:mockito-core:5.16.1',
58+
mockito : 'org.mockito:mockito-core:5.17.0',
5959
]
6060

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

0 commit comments

Comments
 (0)