From 8b0add9d73b21eacdbb06ba0e064691d54ca5fd9 Mon Sep 17 00:00:00 2001 From: ChrisCarini <6374067+ChrisCarini@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:13:27 +0000 Subject: [PATCH] Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (#74) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.3.0...v5.3.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 67949d7..64744a7 100644 --- a/build_standard_jetbrains_plugin_build.gradle +++ b/build_standard_jetbrains_plugin_build.gradle @@ -251,7 +251,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.testng:testng:7.7.1' - testImplementation 'org.mockito:mockito-core:5.3.0' + testImplementation 'org.mockito:mockito-core:5.3.1' } // Configure IntelliJ to be aware of Groovy and Gradle APIs to allow resolution and code completion of symbols in build.gradle