We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49bb242 + a153c94 commit b9eeab9Copy full SHA for b9eeab9
1 file changed
build.gradle
@@ -55,7 +55,7 @@ java {
55
ext {
56
deps = [
57
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.2.0',
58
- mockito : 'org.mockito:mockito-core:5.16.1',
+ mockito : 'org.mockito:mockito-core:5.17.0',
59
]
60
61
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
0 commit comments