diff --git a/build.gradle b/build.gradle index f17cef8..031bfc2 100644 --- a/build.gradle +++ b/build.gradle @@ -156,7 +156,7 @@ dependencies { provided localGroovy() provided gradleApi() testCompile 'org.testng:testng:7.5' - testCompile "org.mockito:mockito-core:4.3.0" + testCompile "org.mockito:mockito-core:4.3.1" } // Configure IntelliJ to be aware of Groovy and Gradle APIs to allow resolution and code completion of symbols in build.gradle