File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ ext {
5454dependencies {
5555 compileOnly " cd.go.plugin:go-plugin-api:${ gocdPluginVersion} "
5656
57- implementation ' joda-time:joda-time:2.14.0 '
57+ implementation ' joda-time:joda-time:2.14.1 '
5858 implementation ' org.apache.commons:commons-exec:1.6.0'
5959 implementation ' commons-io:commons-io:2.21.0'
6060
61- implementation platform(' com.fasterxml.jackson:jackson-bom:2.21.1 ' )
61+ implementation platform(' com.fasterxml.jackson:jackson-bom:2.21.2 ' )
6262 implementation ' com.fasterxml.jackson.core:jackson-databind'
6363 implementation ' com.fasterxml.jackson.core:jackson-annotations'
6464 implementation ' org.apache.commons:commons-lang3:3.20.0'
@@ -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.22 .0'
71+ testImplementation ' org.mockito:mockito-junit-jupiter:5.23 .0'
7272 testImplementation ' org.assertj:assertj-core:3.27.7'
7373 testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.1.8'
7474}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
4- distributionUrl =https\://services.gradle.org/distributions/gradle-9.3 .1-bin.zip
3+ distributionSha256Sum =2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4 .1-bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments