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.
2 parents 677ccf0 + 681004c commit 6f55ce0Copy full SHA for 6f55ce0
build.gradle
@@ -61,7 +61,7 @@ repositories {
61
62
ext {
63
deps = [
64
- gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.3.0',
+ gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
65
]
66
67
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
@@ -77,7 +77,7 @@ dependencies {
77
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
78
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
79
80
- testImplementation 'org.mockito:mockito-core:5.20.0'
+ testImplementation 'org.mockito:mockito-core:5.21.0'
81
testImplementation 'org.assertj:assertj-core:3.27.6'
82
testImplementation "cd.go.plugin:go-plugin-api:${project.versions.gocdPluginApi}"
83
}
0 commit comments