File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ repositories {
4848}
4949
5050ext {
51- gocdPluginVersion = ' 25.3 .0'
51+ gocdPluginVersion = ' 25.4 .0'
5252}
5353
5454dependencies {
5555 compileOnly " cd.go.plugin:go-plugin-api:${ gocdPluginVersion} "
5656
5757 implementation ' joda-time:joda-time:2.14.0'
58- implementation ' org.apache.commons:commons-exec:1.5 .0'
58+ implementation ' org.apache.commons:commons-exec:1.6 .0'
5959 implementation ' commons-io:commons-io:2.21.0'
6060
6161 implementation platform(' com.fasterxml.jackson:jackson-bom:2.20.1' )
@@ -68,7 +68,7 @@ dependencies {
6868 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
6969 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
7070 testCompileOnly " cd.go.plugin:go-plugin-api:${ gocdPluginVersion} "
71- testImplementation ' org.mockito:mockito-junit-jupiter:5.20 .0'
71+ testImplementation ' org.mockito:mockito-junit-jupiter:5.21 .0'
7272 testImplementation ' org.assertj:assertj-core:3.27.6'
7373 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8'
7474}
You can’t perform that action at this time.
0 commit comments