Skip to content

Commit ff8a53c

Browse files
committed
fix: stepping dependencies
1 parent ad7cb42 commit ff8a53c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ shadowJar {
99
}
1010

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

1818
testImplementation 'junit:junit:4.13.2'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
2-
#Thu Oct 03 19:53:35 CEST 2024
2+
#Thu Oct 03 19:56:44 CEST 2024
33
description="Command line tool that generates changelog from a GIT repository."
44
group=se.bjurr.gitchangelog
55
mainClass=se.bjurr.gitchangelog.main.Main
66
relocate=org\:org,com\:com
77
repoType=COMMAND
8-
version=2.3.0
8+
version=2.4.0

0 commit comments

Comments
 (0)