Skip to content

Commit 3b3beee

Browse files
Bump org.mockito:mockito-core from 4.7.0 to 5.1.1
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3b549b commit 3b3beee

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.7.0"
153+
testImplementation "org.mockito:mockito-core:5.1.1"
154154
testImplementation "org.mockito.kotlin:mockito-kotlin:4.1.0"
155155
testImplementation "org.assertj:assertj-core:3.24.2"
156156
}

0 commit comments

Comments
 (0)