diff --git a/build.gradle b/build.gradle index de972da0..72505a21 100644 --- a/build.gradle +++ b/build.gradle @@ -150,7 +150,7 @@ subprojects { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" testImplementation group: 'junit', name: 'junit', version: '4.13.2' - testImplementation "org.mockito:mockito-core:4.7.0" + testImplementation "org.mockito:mockito-core:5.1.0" testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" testImplementation "org.assertj:assertj-core:3.23.1" }