Skip to content

Commit

Permalink
Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (#47); Bum…
Browse files Browse the repository at this point in the history
…p 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] <[email protected]>
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] <[email protected]>
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](mockito/mockito@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] <[email protected]>
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](actions/cache@69d9d44...940f3d7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ChrisCarini and dependabot[bot] authored Mar 13, 2023
1 parent 60e78c6 commit 8e6fe25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_standard_jetbrains_plugin_build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8e6fe25

Please sign in to comment.