Skip to content

Commit 1e0d447

Browse files
Bump the gradle-deps group with 2 updates
Bumps the gradle-deps group with 2 updates: [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd) and [org.mockito:mockito-core](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.mockito:mockito-core` 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.mockito:mockito-core 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 0d1e5d4 commit 1e0d447

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tasks.withType(JavaCompile).configureEach {
6060

6161
ext {
6262
deps = [
63-
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.3.0',
63+
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
6464
]
6565

6666
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
@@ -77,7 +77,7 @@ dependencies {
7777
testImplementation 'org.junit.jupiter:junit-jupiter-params'
7878
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
7979
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
80-
testImplementation 'org.mockito:mockito-core:5.20.0'
80+
testImplementation 'org.mockito:mockito-core:5.21.0'
8181
testImplementation 'org.hamcrest:hamcrest:3.0'
8282
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
8383
testImplementation 'com.squareup.okhttp3:mockwebserver3-junit5:5.3.2'

0 commit comments

Comments
 (0)