diff --git a/build.gradle b/build.gradle index 2b6256bb..527b5e5a 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.hamcrest:hamcrest-core:2.2' testImplementation gradleTestKit() - testImplementation "org.mockito:mockito-core:4.+" + testImplementation "org.mockito:mockito-core:5.+" testImplementation 'com.github.stefanbirkner:system-rules:1.19.0' }