Skip to content

Commit

Permalink
fix: stepping dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 3, 2024
1 parent ad7cb42 commit ff8a53c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ shadowJar {
}

dependencies {
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.1.3'
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.3.2'
implementation 'se.softhouse:jargo:0.4.14'
implementation 'org.slf4j:slf4j-simple:2.0.6'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.slf4j:slf4j-simple:2.0.16'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'org.openjdk.nashorn:nashorn-core:15.4'

testImplementation 'junit:junit:4.13.2'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
#Thu Oct 03 19:53:35 CEST 2024
#Thu Oct 03 19:56:44 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.3.0
version=2.4.0

0 comments on commit ff8a53c

Please sign in to comment.