Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Bump jcommander from 1.78 to 1.81 #187

Merged
merged 1 commit into from
Mar 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For more details, please see https://issues.apache.org/jira/browse/AURORA-1169
ext.httpclientRev = '4.5.13'
ext.httpcoreRev = '4.4.14'
ext.asyncHttpclientRev = '2.0.37'
ext.jacksonRev = '2.12.1'
ext.jacksonRev = '2.12.2'
ext.jaxRsRev = '2.0'
ext.junitRev = '4.13.2'
ext.logbackRev = '1.2.3'
Expand Down Expand Up @@ -374,7 +374,7 @@ dependencies {

compile 'aopalliance:aopalliance:1.0'
compile "ch.qos.logback:logback-classic:${logbackRev}"
compile "com.beust:jcommander:1.78"
compile "com.beust:jcommander:1.81"
compile "com.google.inject:guice:${guiceRev}"
compile "com.google.inject.extensions:guice-assistedinject:${guiceRev}"
compile "com.google.inject.extensions:guice-multibindings:${guiceRev}"
Expand Down