Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency commons-cli:commons-cli to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and dangmai committed Nov 11, 2023
1 parent d1aee95 commit b5294eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
api group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.20'

// https://mvnrepository.com/artifact/commons-cli/commons-cli
api group: 'commons-cli', name: 'commons-cli', version: '1.5.0'
api group: 'commons-cli', name: 'commons-cli', version: '1.6.0'

// https://mvnrepository.com/artifact/commons-io/commons-io
api group: 'commons-io', name: 'commons-io', version: '2.13.0'
Expand Down

0 comments on commit b5294eb

Please sign in to comment.