Skip to content

Commit ce8af54

Browse files
Bump github/codeql-action from 3.29.7 to 3.29.8 in /github/workflows (ChrisCarini/github-repo-files-sync/pull/279); Bump github/codeql-action from 3.29.8 to 3.29.9 in /github/workflows (ChrisCarini/github-repo-files-sync/pull/282); Bump org.jetbrains.intellij.platform:intellij-platform-gradle-plugin (ChrisCarini/github-repo-files-sync/pull/283); Bump github/codeql-action from 3.29.9 to 3.29.10 in /github/workflows (ChrisCarini/github-repo-files-sync/pull/284); Bump github/codeql-action from 3.29.10 to 3.29.11 in /github/workflows (ChrisCarini/github-repo-files-sync/pull/286) (#485)
* Bump github/codeql-action from 3.29.7 to 3.29.8 in /github/workflows (ChrisCarini/github-repo-files-sync#279) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.7 to 3.29.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@51f7732...76621b6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.8 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 3.29.8 to 3.29.9 in /github/workflows (ChrisCarini/github-repo-files-sync#282) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.8 to 3.29.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@76621b6...df55935) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.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#283) Bumps org.jetbrains.intellij.platform:intellij-platform-gradle-plugin from 2.7.1 to 2.7.2. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.platform:intellij-platform-gradle-plugin dependency-version: 2.7.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> * Bump github/codeql-action from 3.29.9 to 3.29.10 in /github/workflows (ChrisCarini/github-repo-files-sync#284) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.9 to 3.29.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@df55935...96f518a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.10 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 3.29.10 to 3.29.11 in /github/workflows (ChrisCarini/github-repo-files-sync#286) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.10 to 3.29.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@96f518a...3c3833e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.11 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 602ebae commit ce8af54

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.7.1")
13+
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.7.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)