Skip to content

Commit 58b12da

Browse files
Update dependency org.mockito:mockito-core to v5.19.0
1 parent 6edf240 commit 58b12da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jmh = "1.37" # https://github.com/openjdk/jmh
2121
kotlintest = "3.4.2" # https://mvnrepository.com/artifact/io.kotlintest/kotlintest-core
2222
kotest = "5.9.1" # https://kotest.io
2323
assertj = "3.27.4" # https://mvnrepository.com/artifact/org.assertj/assertj-core | https://assertj.github.io/doc
24-
mockito = "5.18.0" # https://mvnrepository.com/artifact/org.mockito/mockito-core
24+
mockito = "5.19.0" # https://mvnrepository.com/artifact/org.mockito/mockito-core
2525
mockitoKotlin = "6.0.0" # https://github.com/mockito/mockito-kotlin
2626
logback = "1.5.18" # https://logback.qos.ch
2727
hamcrest = "3.0" # https://hamcrest.org/JavaHamcrest/distributables

0 commit comments

Comments
 (0)