From 3060881a81439c4559b24dc21d462e80dbd11730 Mon Sep 17 00:00:00 2001 From: ChrisCarini <6374067+ChrisCarini@users.noreply.github.com> Date: Mon, 13 May 2024 09:04:36 +0000 Subject: [PATCH] Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (https://github.com/ChrisCarini/github-repo-files-sync/pull/166) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.11.0...v5.12.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 a96fbcc..c185284 100644 --- a/build_standard_jetbrains_plugin_build.gradle +++ b/build_standard_jetbrains_plugin_build.gradle @@ -257,7 +257,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.testng:testng:7.10.2' - testImplementation 'org.mockito:mockito-core:5.11.0' + testImplementation 'org.mockito:mockito-core:5.12.0' } // Configure IntelliJ to be aware of Groovy and Gradle APIs to allow resolution and code completion of symbols in build.gradle