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