diff --git a/build.gradle b/build.gradle index 2bf8552a9..8de030dca 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { testImplementation 'com.google.testing.compile:compile-testing:0.21.0' testImplementation 'junit:junit:4.13.2' testImplementation 'com.google.jimfs:jimfs:1.3.0' - testImplementation 'org.mockito:mockito-core:3.12.4' + testImplementation 'org.mockito:mockito-core:5.8.0' testImplementation 'org.eclipse.jdt.core.compiler:ecj:4.6.1' }