From 77c3941882cee824e707f3e84aeb099fb54ba5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 3 Dec 2018 04:53:19 +0000 Subject: [PATCH] Bump jcommander from 1.32 to 1.72 Bumps [jcommander](https://github.com/cbeust/jcommander) from 1.32 to 1.72. - [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[bot] --- launcher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/build.gradle b/launcher/build.gradle index ded6fd87d..bce17dd61 100644 --- a/launcher/build.gradle +++ b/launcher/build.gradle @@ -13,7 +13,7 @@ dependencies { compile 'commons-lang:commons-lang:2.6' compile 'commons-io:commons-io:2.5' compile 'com.google.guava:guava:15.0' - compile 'com.beust:jcommander:1.32' + compile 'com.beust:jcommander:1.72' compile 'com.miglayout:miglayout:3.7.4' compile 'com.google.code.findbugs:jsr305:3.0.0' }