diff --git a/build.gradle b/build.gradle index 6f2bfab..a9f5897 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { apt "com.google.auto.value:auto-value:1.5" compile group: 'io.token.sdk', name: 'tokenio-sdk-integration', version: ver.tokenIntegrationSdk - compile group: 'com.beust', name: 'jcommander', version: '1.72' + compile group: 'com.beust', name: 'jcommander', version: '1.75' testCompile 'junit:junit:4.12' testCompile 'org.apache.commons:commons-lang3:3.4'