From a43ac7b2fb81733b317a095a83849af95290dbd9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 6 Jun 2019 16:09:13 +0000 Subject: [PATCH] Bump jcommander from 1.72 to 1.75 Bumps [jcommander](https://github.com/cbeust/jcommander) from 1.72 to 1.75. - [Release notes](https://github.com/cbeust/jcommander/releases) - [Changelog](https://github.com/cbeust/jcommander/blob/master/CHANGELOG.md) - [Commits](https://github.com/cbeust/jcommander/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'