diff --git a/build_standard_jetbrains_plugin_build.gradle b/build_standard_jetbrains_plugin_build.gradle index d9bbe7b..a21e476 100644 --- a/build_standard_jetbrains_plugin_build.gradle +++ b/build_standard_jetbrains_plugin_build.gradle @@ -246,7 +246,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.testng:testng:7.8.0' - testImplementation 'org.mockito:mockito-core:5.6.0' + testImplementation 'org.mockito:mockito-core:5.7.0' } // Configure IntelliJ to be aware of Groovy and Gradle APIs to allow resolution and code completion of symbols in build.gradle