Skip to content

Commit

Permalink
Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (C…
Browse files Browse the repository at this point in the history
…hrisCarini/github-repo-files-sync/pull/116); Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (ChrisCarini/github-repo-files-sync/pull/117) (#300)

* Bump org.mockito:mockito-core in /gradle/standard_jetbrains_plugin (ChrisCarini/github-repo-files-sync#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](mockito/mockito@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump org.jetbrains.intellij.plugins:gradle-intellij-plugin (ChrisCarini/github-repo-files-sync#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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ChrisCarini and dependabot[bot] authored Dec 4, 2023
1 parent 616b016 commit c245de9
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.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'
}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c245de9

Please sign in to comment.