From 89e33568050ee12ca57dcbc48f3830e71c0fc2e1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Sep 2025 23:02:17 +0000 Subject: [PATCH] Update dependency commons-cli:commons-cli to v1.10.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 588601a..a646c5f 100644 --- a/build.gradle +++ b/build.gradle @@ -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'