Skip to content

Commit 398c20b

Browse files
Bump org.jetbrains.intellij.platform:intellij-platform-gradle-plugin (ChrisCarini/github-repo-files-sync/pull/306); Bump github/codeql-action from 4.30.8 to 4.30.9 in /github/workflows (ChrisCarini/github-repo-files-sync/pull/307); Bump org.jetbrains.intellij.platform:intellij-platform-gradle-plugin (ChrisCarini/github-repo-files-sync/pull/308) (#534)
* Bump org.jetbrains.intellij.platform:intellij-platform-gradle-plugin (ChrisCarini/github-repo-files-sync#306) Bumps [org.jetbrains.intellij.platform:intellij-platform-gradle-plugin](https://github.com/JetBrains/intellij-platform-gradle-plugin) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases) - [Commits](JetBrains/intellij-platform-gradle-plugin@2.10.0...2.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform:intellij-platform-gradle-plugin dependency-version: 2.10.1 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> * Bump github/codeql-action from 4.30.8 to 4.30.9 in /github/workflows (ChrisCarini/github-repo-files-sync#307) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.8 to 4.30.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f443b60...16140ae) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.9 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> * Bump org.jetbrains.intellij.platform:intellij-platform-gradle-plugin (ChrisCarini/github-repo-files-sync#308) Bumps [org.jetbrains.intellij.platform:intellij-platform-gradle-plugin](https://github.com/JetBrains/intellij-platform-gradle-plugin) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/JetBrains/intellij-platform-gradle-plugin/releases) - [Commits](JetBrains/intellij-platform-gradle-plugin@2.10.1...2.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform:intellij-platform-gradle-plugin dependency-version: 2.10.2 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>
1 parent b8ab9db commit 398c20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.10.0")
13+
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.10.2")
1414
implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.4.0")
1515
implementation("com.dorongold.plugins:task-tree:4.0.1") // provides `taskTree` task (e.g. `./gradlew build taskTree`; docs: https://github.com/dorongold/gradle-task-tree)
1616
}

0 commit comments

Comments
 (0)