Skip to content

Commit

Permalink
Bump commons-cli from 1.3.1 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps commons-cli from 1.3.1 to 1.5.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent 55dd29d commit e0dafc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation 'javax.ws.rs:javax.ws.rs-api:2.0.1'
// Added so Android Studio recognizes libs in util jar projects
implementation 'org.json:json:20220924'
implementation 'commons-cli:commons-cli:1.3.1'
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'joda-time:joda-time:2.12.1'
implementation 'com.carrotsearch:hppc:0.9.1'
api 'com.squareup.retrofit2:retrofit:2.3.0'
Expand All @@ -86,7 +86,7 @@ dependencies {

cliImplementation 'org.json:json:20140107'
cliImplementation 'com.github.stefanhaustein:kxml2:2.4.1'
cliImplementation 'commons-cli:commons-cli:1.3.1'
cliImplementation 'commons-cli:commons-cli:1.5.0'
cliImplementation 'joda-time:joda-time:2.9.4'
cliImplementation 'io.reactivex.rxjava2:rxjava:2.1.1'
cliImplementation 'com.squareup.retrofit2:retrofit:2.3.0'
Expand Down Expand Up @@ -122,7 +122,7 @@ dependencies {

translateImplementation 'com.github.stefanhaustein:kxml2:2.4.1'
translateImplementation 'xpp3:xpp3:1.1.4c'
translateImplementation 'commons-cli:commons-cli:1.3.1'
translateImplementation 'commons-cli:commons-cli:1.5.0'
translateImplementation files('lib/json-simple-1.1.1.jar')
translateImplementation 'joda-time:joda-time:2.9.4'
translateImplementation 'org.json:json:20140107'
Expand Down

0 comments on commit e0dafc5

Please sign in to comment.