Update dependency commons-cli:commons-cli to v1.7.0

This commit is contained in:
2024-04-18 02:01:51 +00:00
parent d7e8b3d62a
commit bb84e32719

View File

@@ -156,7 +156,7 @@ dependencies {
api 'io.undertow:undertow-core:2.3.12.Final'
// Command parser for AS interface
api 'commons-cli:commons-cli:1.6.0'
api 'commons-cli:commons-cli:1.7.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'