Skip to content

Commit fcb64e4

Browse files
committed
chore(deps): upgrading dependencies
1 parent d28a05c commit fcb64e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ plugins {
66

77
dependencies {
88
implementation gradleApi()
9-
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.4.1'
9+
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.5.0'
1010
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
#Sat Nov 09 14:46:11 CET 2024
2+
#Sat Jan 18 08:12:06 CET 2025
33
description=Automate changelog and versioning with conventional commits and Git.
44
group=se.bjurr.gitchangelog
55
implementationClass=se.bjurr.gitchangelog.plugin.gradle.GitChangelogGradlePlugin
@@ -8,4 +8,4 @@ sourceCompatibility=17
88
stripGradlePluginSuffix=false
99
tags=git,changelog,releasenotes,patchnotes,conventional commits,semantic version,semantic release
1010
targetCompatibility=17
11-
version=3.0.2
11+
version=3.0.3

0 commit comments

Comments
 (0)