From 03acd7c7779195f235c483a428d93b6bded02df2 Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Mon, 4 Mar 2024 00:45:49 -0800 Subject: [PATCH] Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (https://github.com/ChrisCarini/github-repo-files-sync/pull/140) (#260) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.10.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build_standard_jetbrains_plugin_build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_standard_jetbrains_plugin_build.gradle b/build_standard_jetbrains_plugin_build.gradle index a586178..88fd7ca 100644 --- a/build_standard_jetbrains_plugin_build.gradle +++ b/build_standard_jetbrains_plugin_build.gradle @@ -256,7 +256,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.testng:testng:7.9.0' - testImplementation 'org.mockito:mockito-core:5.10.0' + testImplementation 'org.mockito:mockito-core:5.11.0' } // Configure IntelliJ to be aware of Groovy and Gradle APIs to allow resolution and code completion of symbols in build.gradle