Skip to content

Commit 089a7ed

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump mockito-core from 4.4.0 to 4.5.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.4.0...v4.5.1) --- 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]>
1 parent 47aada3 commit 089a7ed

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
@@ -147,7 +147,7 @@ subprojects {
147147
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
148148

149149
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
150-
testImplementation "org.mockito:mockito-core:4.4.0"
150+
testImplementation "org.mockito:mockito-core:4.5.1"
151151
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
152152
testImplementation "org.assertj:assertj-core:3.22.0"
153153
}

0 commit comments

Comments
 (0)