Skip to content

Commit 6850b79

Browse files
Update dependency org.mockito:mockito-core to v4.11.0
1 parent 17bd76d commit 6850b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencyResolutionManagement {
3434
version("junit.version", "5.10.2")
3535
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
3636
library("assertj","org.assertj", "assertj-core").version("3.22.0")
37-
library("mockito","org.mockito", "mockito-core").version("4.5.0")
37+
library("mockito","org.mockito", "mockito-core").version("4.11.0")
3838
bundle("junit", listOf("junit.jupiter", "assertj", "mockito"))
3939
}
4040

0 commit comments

Comments
 (0)