Skip to content

Commit aa8d9a9

Browse files
Bump mockito-core from 4.8.1 to 4.9.0 (#167)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 4.9.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.8.1...v4.9.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b895f61 commit aa8d9a9

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
@@ -39,7 +39,7 @@ dependencies {
3939

4040
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
4141

42-
testImplementation 'org.mockito:mockito-core:4.8.1'
42+
testImplementation 'org.mockito:mockito-core:4.9.0'
4343
}
4444

4545
apply plugin: 'biz.aQute.bnd.builder'

0 commit comments

Comments
 (0)