From 4b3c69898487c1d32983d2d0f4993d75835ede0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 14:19:29 +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 6090f9a322d..cd71ca2da69 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -35,7 +35,7 @@ ext { commonsioVersion = '2.13.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'