From 15757cda0811daf34dda41fa862f5ee3c373b2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:53:27 +0000 Subject: [PATCH] Bump commons-cli:commons-cli from 1.5.0 to 1.6.0 Bumps commons-cli:commons-cli from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index c21828ea2e5..ef6f009d034 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -33,7 +33,7 @@ ext { commonsioVersion = '2.11.0' commonsloggingVersion = '1.2' commonstextVersion = '1.10.0' - commonscliVersion = '1.5.0' + commonscliVersion = '1.6.0' elasticsearchVersion = '8.7.1' findbugsVersion = '3.0.2' glassfishVersion = '1.1.4'