From 2e324c903c8a62097ef2c875d58c6509bff7c07d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 07:05:20 +0000 Subject: [PATCH] Bump jcommander from 1.72 to 1.78 Bumps [jcommander](https://github.com/cbeust/jcommander) from 1.72 to 1.78. - [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 7fd5268..293cf43 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.78' testCompile 'junit:junit:4.12' testCompile 'org.apache.commons:commons-lang3:3.4'