Skip to content

Commit 4125e75

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump mockito-core from 3.6.28 to 3.7.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.28 to 3.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.6.28...v3.7.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent c79cd75 commit 4125e75

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
@@ -151,7 +151,7 @@ subprojects {
151151
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
152152

153153
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
154-
testImplementation "org.mockito:mockito-core:3.6.28"
154+
testImplementation "org.mockito:mockito-core:3.7.0"
155155
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
156156
testImplementation "org.assertj:assertj-core:3.18.1"
157157
}

0 commit comments

Comments
 (0)