@@ -47,7 +47,7 @@ repositories {
4747}
4848
4949ext {
50- gocdPluginVersion = ' 25.2 .0'
50+ gocdPluginVersion = ' 25.3 .0'
5151}
5252
5353dependencies {
@@ -57,18 +57,18 @@ dependencies {
5757 implementation ' org.apache.commons:commons-exec:1.5.0'
5858 implementation ' commons-io:commons-io:2.20.0'
5959
60- implementation platform(' com.fasterxml.jackson:jackson-bom:2.19.2 ' )
60+ implementation platform(' com.fasterxml.jackson:jackson-bom:2.20.0 ' )
6161 implementation ' com.fasterxml.jackson.core:jackson-databind'
6262 implementation ' com.fasterxml.jackson.core:jackson-annotations'
63- implementation ' org.apache.commons:commons-lang3:3.18 .0'
63+ implementation ' org.apache.commons:commons-lang3:3.19 .0'
6464
65- testImplementation platform(' org.junit:junit-bom:5.13.4 ' )
65+ testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
6666 testImplementation ' org.junit.jupiter:junit-jupiter-api'
6767 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
6868 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
6969 testCompileOnly " cd.go.plugin:go-plugin-api:${ gocdPluginVersion} "
70- testImplementation ' org.mockito:mockito-junit-jupiter:5.18 .0'
71- testImplementation ' org.assertj:assertj-core:3.27.3 '
70+ testImplementation ' org.mockito:mockito-junit-jupiter:5.20 .0'
71+ testImplementation ' org.assertj:assertj-core:3.27.6 '
7272 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8'
7373}
7474
0 commit comments