Skip to content

Commit a153c94

Browse files
Bump org.mockito:mockito-core from 5.16.1 to 5.17.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.1 to 5.17.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.1...v5.17.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49bb242 commit a153c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ java {
5555
ext {
5656
deps = [
5757
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.2.0',
58-
mockito : 'org.mockito:mockito-core:5.16.1',
58+
mockito : 'org.mockito:mockito-core:5.17.0',
5959
]
6060

6161
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }

0 commit comments

Comments
 (0)