Skip to content

Commit 654cdc4

Browse files
committed
Update dependency org.mockito:mockito-core to v5.13.0
1 parent bc44cb4 commit 654cdc4

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.11.0")
3535
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
3636
library("assertj","org.assertj", "assertj-core").version("3.26.3")
37-
library("mockito","org.mockito", "mockito-core").version("5.12.0")
37+
library("mockito","org.mockito", "mockito-core").version("5.13.0")
3838
bundle("junit", listOf("junit.jupiter", "assertj", "mockito"))
3939
}
4040

0 commit comments

Comments
 (0)