From 7912372f3c8af662487ee86c3b9db4605f6f2a04 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2020 06:20:14 +0000 Subject: [PATCH] Bump jcommander from 1.72 to 1.80 Bumps [jcommander](https://github.com/cbeust/jcommander) from 1.72 to 1.80. - [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/1.80) 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..cc699ab 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.80' testCompile 'junit:junit:4.12' testCompile 'org.apache.commons:commons-lang3:3.4'