diff --git a/build.gradle b/build.gradle index ec9c222f8..3457657df 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,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:5.14.1' + testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'org.eclipse.jdt.core.compiler:ecj:4.6.1' }