Compare commits

...

1 Commits

Author SHA1 Message Date
89e3356805 Update dependency commons-cli:commons-cli to v1.10.0 2025-09-11 23:02:17 +00:00

View File

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