diff --git a/build.gradle b/build.gradle index 53501eb03..ab6da8684 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.easytesting:fest-assert-core:2.0M10' testImplementation 'org.easytesting:fest-util:1.2.5' - testImplementation 'org.mockito:mockito-core:3.9.0' + testImplementation 'org.mockito:mockito-core:4.1.0' } javafx {