Skip to content

Commit 0f1a2cf

Browse files
committed
Update dependency com.beust:jcommander to v1.78
1 parent a3800d6 commit 0f1a2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
2323
// For CLI
24-
compile group: 'com.beust', name: 'jcommander', version: '1.72'
24+
compile group: 'com.beust', name: 'jcommander', version: '1.78'
2525

2626
// For parsing JSON
2727
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'

0 commit comments

Comments
 (0)