diff --git a/build_standard_jetbrains_plugin_build.gradle b/build_standard_jetbrains_plugin_build.gradle index 16fcf79..c174fd3 100644 --- a/build_standard_jetbrains_plugin_build.gradle +++ b/build_standard_jetbrains_plugin_build.gradle @@ -15,7 +15,7 @@ buildscript { } dependencies { - classpath 'org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.16.0' + classpath 'org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.16.1' classpath 'org.jetbrains.changelog:org.jetbrains.changelog.gradle.plugin:2.1.0' classpath 'org.jetbrains.qodana:gradle-qodana-plugin:0.1.13' } @@ -254,7 +254,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.testng:testng:7.8.0' - testImplementation 'org.mockito:mockito-core:5.7.0' + testImplementation 'org.mockito:mockito-core:5.8.0' } // Configure IntelliJ to be aware of Groovy and Gradle APIs to allow resolution and code completion of symbols in build.gradle