We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db3170 commit 21ada48Copy full SHA for 21ada48
jwt-generator/build.gradle
@@ -16,7 +16,7 @@ repositories {
16
dependencies {
17
18
//CLI parsing
19
- compile group: 'com.beust', name: 'jcommander', version: '1.64'
+ compile group: 'com.beust', name: 'jcommander', version: '1.75'
20
21
compile 'com.auth0:java-jwt:3.1.0'
22
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.8.7'
0 commit comments