Skip to content

Commit d18c6f0

Browse files
dependabot[bot]tschuchortdev
authored andcommitted
Bump mockito-core from 4.6.1 to 4.7.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.1...v4.7.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]>
1 parent 8607d90 commit d18c6f0

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

152152
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
153-
testImplementation "org.mockito:mockito-core:4.6.1"
153+
testImplementation "org.mockito:mockito-core:4.7.0"
154154
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
155155
testImplementation "org.assertj:assertj-core:3.23.1"
156156
}

0 commit comments

Comments
 (0)