Skip to content

Commit

Permalink
chore(deps): show dependency updates in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 16, 2024
1 parent 880f8ce commit f4ade63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ shadowJar {
}

dependencies {
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.4.0'
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.4.1'
implementation 'se.softhouse:jargo:0.4.14'
implementation 'org.slf4j:slf4j-simple:2.0.16'
implementation 'com.google.code.gson:gson:2.11.0'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
#Wed Oct 16 21:35:47 CEST 2024
#Wed Oct 16 22:27:38 CEST 2024
description="Command line tool that generates changelog from a GIT repository."
group=se.bjurr.gitchangelog
mainClass=se.bjurr.gitchangelog.main.Main
relocate=org\:org,com\:com
repoType=COMMAND
version=2.5.0
version=2.5.1

0 comments on commit f4ade63

Please sign in to comment.