Skip to content

Commit b096b9f

Browse files
Update dependency org.mockito:mockito-core to v5.17.0 (#102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bfd6ea commit b096b9f

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
@@ -35,7 +35,7 @@ dependencyResolutionManagement {
3535
version("junit.version", "5.12.1")
3636
library("junit.jupiter", "org.junit.jupiter", "junit-jupiter-api").versionRef("junit.version")
3737
library("assertj","org.assertj", "assertj-core").version("3.27.3")
38-
library("mockito","org.mockito", "mockito-core").version("5.16.1")
38+
library("mockito","org.mockito", "mockito-core").version("5.17.0")
3939
bundle("junit", listOf("junit.jupiter", "assertj", "mockito"))
4040
}
4141

0 commit comments

Comments
 (0)