From 2ede5fc087f769a77c23f2e201130cb355277d1d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Sep 2025 18:01:51 +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 3d094b1..1e33de7 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'