Skip to content

Commit

Permalink
Update dependency commons-cli:commons-cli to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 24, 2024
1 parent d074950 commit f622f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apex-ast-serializer/parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.7.0'
api group: 'commons-cli', name: 'commons-cli', version: '1.8.0'

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

0 comments on commit f622f23

Please sign in to comment.