From 292019d6aeac98ee7d90513b02d8de64306aad78 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 Aug 2024 00:01:19 +0000 Subject: [PATCH] Update dependency commons-cli:commons-cli to v1.9.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9bfae2d..0a68759 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.9.0' testImplementation 'junit:junit:4.13.2' testImplementation 'com.github.tomakehurst:wiremock:3.0.1'