Skip to content

Commit 21ada48

Browse files
author
WhiteSource for GitHub.com
committed
Update dependency com.beust:jcommander to v1.75
1 parent 1db3170 commit 21ada48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt-generator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
dependencies {
1717

1818
//CLI parsing
19-
compile group: 'com.beust', name: 'jcommander', version: '1.64'
19+
compile group: 'com.beust', name: 'jcommander', version: '1.75'
2020

2121
compile 'com.auth0:java-jwt:3.1.0'
2222
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.8.7'

0 commit comments

Comments
 (0)