Skip to content

Commit 97b9188

Browse files
Update dependency org.mockito.kotlin:mockito-kotlin to v6.1.0 (#177)
1 parent b8bfc81 commit 97b9188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

randomgenkt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation("org.hamcrest:hamcrest-core:3.0")
2727
testImplementation("org.hamcrest:hamcrest:3.0")
2828
testImplementation("org.mockito:mockito-inline:5.2.0")
29-
testImplementation("org.mockito.kotlin:mockito-kotlin:6.0.0")
29+
testImplementation("org.mockito.kotlin:mockito-kotlin:6.1.0")
3030
}
3131

3232
ext {

0 commit comments

Comments
 (0)