From 8e6fe255cdfc23cd0debee4fa3f58c5f37aa48af Mon Sep 17 00:00:00 2001 From: Chris Carini <6374067+ChrisCarini@users.noreply.github.com> Date: Sun, 12 Mar 2023 21:30:49 -0700 Subject: [PATCH] Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (#47); Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (#49); Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (#48); Bump actions/cache from 3.2.6 to 3.3.0 in /github/workflows (#50) (#135) * Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (#47) Bumps org.jetbrains.intellij.plugins:gradle-intellij-plugin from 1.13.0 to 1.13.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> * Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (#49) Bumps org.jetbrains.intellij.plugins:gradle-intellij-plugin from 1.13.1 to 1.13.2. --- 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> * Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (#48) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.1.1...v5.2.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 actions/cache from 3.2.6 to 3.3.0 in /github/workflows (#50) Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/69d9d449aced6a2ede0bc19182fadc3a0a42d2b0...940f3d7cf195ba83374c77632d1e2cbb2f24ae68) --- updated-dependencies: - dependency-name: actions/cache 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> --------- 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 f265e11..d4f68e8 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.13.0' + classpath 'org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.13.2' classpath 'org.jetbrains.changelog:org.jetbrains.changelog.gradle.plugin:1.3.1' // pin to 1.3.1 until https://github.com/JetBrains/gradle-changelog-plugin/issues/149 is fixed. classpath 'org.jetbrains.qodana:gradle-qodana-plugin:0.1.13' } @@ -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.1.1' + testImplementation 'org.mockito:mockito-core:5.2.0' } // Configure IntelliJ to be aware of Groovy and Gradle APIs to allow resolution and code completion of symbols in build.gradle