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] committed Oct 27, 2023
1 parent ac4c0c7 commit 3f090cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {
implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '4.0.4'

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

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

0 comments on commit 3f090cf

Please sign in to comment.