Skip to content

Commit fa20e47

Browse files
Bump se.bjurr.gitchangelog:git-changelog-lib from 2.1.0 to 2.6.1
Bumps [se.bjurr.gitchangelog:git-changelog-lib](https://github.com/tomasbjerre/git-changelog-lib) from 2.1.0 to 2.6.1. - [Release notes](https://github.com/tomasbjerre/git-changelog-lib/releases) - [Changelog](https://github.com/tomasbjerre/git-changelog-lib/blob/master/CHANGELOG.md) - [Commits](tomasbjerre/git-changelog-lib@2.1.0...2.6.1) --- updated-dependencies: - dependency-name: se.bjurr.gitchangelog:git-changelog-lib dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 35663f7 commit fa20e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ dependencies {
2828
implementation("net.researchgate:gradle-release:3.0.2")
2929
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
3030
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
31-
implementation("se.bjurr.gitchangelog:git-changelog-gradle-plugin:2.1.0") {
31+
implementation("se.bjurr.gitchangelog:git-changelog-gradle-plugin:2.6.1") {
3232
isTransitive = false
3333
}
34-
implementation("se.bjurr.gitchangelog:git-changelog-lib:2.1.0") {
34+
implementation("se.bjurr.gitchangelog:git-changelog-lib:2.6.1") {
3535
exclude("org.gitlab", "java-gitlab-api")
3636
exclude("org.ow2.asm", "asm")
3737
}

0 commit comments

Comments
 (0)