We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdbc9aa + 336d2cc commit 3726de6Copy full SHA for 3726de6
1 file changed
build.gradle
@@ -48,7 +48,7 @@ gocdPlugin {
48
49
ext {
50
deps = [
51
- gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.3.0',
+ gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
52
]
53
54
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
@@ -87,7 +87,7 @@ subprojects { Project sub ->
87
}
88
89
testImplementation project.deps.gocdPluginApi
90
- testImplementation 'org.mockito:mockito-core:5.20.0'
+ testImplementation 'org.mockito:mockito-core:5.21.0'
91
testImplementation 'org.assertj:assertj-core:3.27.6'
92
testImplementation platform('org.junit:junit-bom:6.0.1')
93
testImplementation 'org.junit.jupiter:junit-jupiter-api'
0 commit comments