Skip to content

Commit 911c8eb

Browse files
authored
Merge pull request #275 from TWChennai/dependabot/gradle/gradle-deps-b2e0d52ee6
Bump the gradle-deps group with 4 updates
2 parents e2a1b3e + 739817c commit 911c8eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ ext {
5454
dependencies {
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
}

gradle/wrapper/gradle-wrapper.jar

2.73 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)