diff --git a/build.gradle b/build.gradle index 3bf2ecfc3..6bc12dfa4 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:5.2.0' + testImplementation 'org.mockito:mockito-core:5.4.0' } javafx {