Skip to content

Commit 68f1a83

Browse files
Update dependency org.mockito:mockito-core to v3.4.6 (#250)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent f8c2d15 commit 68f1a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ subprojects {
4545
// Testing (JUnit, Mockito, etc)
4646
testImplementation("org.junit.jupiter:junit-jupiter:5.6.2")
4747
testImplementation("org.mockito:mockito-junit-jupiter:3.4.6")
48-
testImplementation("org.mockito:mockito-core:3.4.4")
48+
testImplementation("org.mockito:mockito-core:3.4.6")
4949
testImplementation("org.hamcrest:hamcrest:2.2")
5050
testImplementation("org.assertj:assertj-core:3.16.1")
5151

0 commit comments

Comments
 (0)