Skip to content
Snippets Groups Projects
Commit 6f168af1 authored by dgelessus's avatar dgelessus
Browse files

Update commons-cli to version 1.5.0

parent ea71f3f7
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ configurations.all {
def parser_version = '2.12.6'
dependencies {
implementation(group: 'commons-cli', name: 'commons-cli', version: '1.4')
implementation(group: 'commons-cli', name: 'commons-cli', version: '1.5.0')
api(group: 'de.hhu.stups', name: 'tlatools', version: '1.0.2')
api(group: 'de.hhu.stups', name: 'prologlib', version: parser_version)
api(group: 'de.hhu.stups', name: 'bparser', version: parser_version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment