Skip to content

Commit 263b841

Browse files
Bump org.jetbrains.intellij.plugins:gradle-changelog-plugin (ChrisCarini/github-repo-files-sync#276)
Bumps org.jetbrains.intellij.plugins:gradle-changelog-plugin from 2.3.0 to 2.4.0. --- updated-dependencies: - dependency-name: org.jetbrains.intellij.plugins:gradle-changelog-plugin dependency-version: 2.4.0 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>
1 parent 484c2df commit 263b841

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
@@ -11,7 +11,7 @@ repositories {
1111

1212
dependencies {
1313
implementation("org.jetbrains.intellij.platform:intellij-platform-gradle-plugin:2.7.0")
14-
implementation("org.jetbrains.intellij.plugins:gradle-changelog-plugin:2.3.0")
14+
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
}
1717

0 commit comments

Comments
 (0)