From b5f381ee1dc0e82d817fc9546db0f0c535ec7834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:59:28 +0000 Subject: [PATCH] Bump commons-cli:commons-cli from 1.6.0 to 1.7.0 Bumps commons-cli:commons-cli from 1.6.0 to 1.7.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 79af671c7a9..192551c1420 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -35,7 +35,7 @@ ext { commonsioVersion = '2.16.1' commonsloggingVersion = '1.3.0' commonstextVersion = '1.11.0' - commonscliVersion = '1.6.0' + commonscliVersion = '1.7.0' elasticsearchVersion = '8.7.1' findbugsVersion = '3.0.2' glassfishVersion = '1.1.4'