Skip to content

Commit b299ebc

Browse files
Bump mockito-core from 4.8.0 to 4.8.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b4ac0a commit b299ebc

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 @@ ext {
5555
deps = [
5656
gocdPluginApi: 'cd.go.plugin:go-plugin-api:22.2.0',
5757
junit : 'org.junit.jupiter:junit-jupiter-api:5.9.1',
58-
mockito : 'org.mockito:mockito-core:4.8.0',
58+
mockito : 'org.mockito:mockito-core:4.8.1',
5959
]
6060

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

0 commit comments

Comments
 (0)