From 50375c27502c836d1909bbbf1cbd69cbb739a2da Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:11:35 -0800 Subject: [PATCH] Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (ChrisCarini/github-repo-files-sync/pull/116); Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (ChrisCarini/github-repo-files-sync/pull/117) (#179) * Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (https://github.com/ChrisCarini/github-repo-files-sync/pull/116) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.7.0...v5.8.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> * Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (https://github.com/ChrisCarini/github-repo-files-sync/pull/117) Bumps org.jetbrains.intellij.plugins:gradle-intellij-plugin from 1.16.0 to 1.16.1. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.plugins:gradle-intellij-plugin 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> --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build_standard_jetbrains_plugin_build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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