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

This commit is contained in:
2024-05-23 23:01:53 +00:00
parent 949bfc38f8
commit 08ed930074

View File

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