Skip to content

Commit 8cb2e41

Browse files
authored
Merge pull request #261 from TWChennai/dependabot/gradle/gradle-deps-9b035b8014
Bump the gradle-deps group with 6 updates
2 parents 52ec6c7 + 5189e9c commit 8cb2e41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repositories {
4747
}
4848

4949
ext {
50-
gocdPluginVersion = '25.2.0'
50+
gocdPluginVersion = '25.3.0'
5151
}
5252

5353
dependencies {
@@ -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

Comments
 (0)