Skip to content

Commit 8a8f29a

Browse files
Bump the gradle-deps group with 3 updates
Bumps the gradle-deps group with 3 updates: [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd), [org.apache.commons:commons-exec](https://github.com/apache/commons-exec) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). Updates `cd.go.plugin:go-plugin-api` from 25.3.0 to 25.4.0 - [Release notes](https://github.com/gocd/gocd/releases) - [Commits](gocd/gocd@25.3.0...25.4.0) Updates `org.apache.commons:commons-exec` from 1.5.0 to 1.6.0 - [Changelog](https://github.com/apache/commons-exec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-exec@rel/commons-exec-1.5.0...rel/commons-exec-1.6.0) Updates `org.mockito:mockito-junit-jupiter` from 5.20.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.20.0...v5.21.0) --- updated-dependencies: - dependency-name: cd.go.plugin:go-plugin-api dependency-version: 25.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: org.apache.commons:commons-exec dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0dac27b commit 8a8f29a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ repositories {
4848
}
4949

5050
ext {
51-
gocdPluginVersion = '25.3.0'
51+
gocdPluginVersion = '25.4.0'
5252
}
5353

5454
dependencies {
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
}

0 commit comments

Comments
 (0)