We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4ac0a commit b299ebcCopy full SHA for b299ebc
build.gradle
@@ -55,7 +55,7 @@ ext {
55
deps = [
56
gocdPluginApi: 'cd.go.plugin:go-plugin-api:22.2.0',
57
junit : 'org.junit.jupiter:junit-jupiter-api:5.9.1',
58
- mockito : 'org.mockito:mockito-core:4.8.0',
+ mockito : 'org.mockito:mockito-core:4.8.1',
59
]
60
61
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
0 commit comments