From 37aa42ab319da60577fa58ba7ebfc7c76cf87b78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 00:32:21 -0400 Subject: [PATCH] Bump commons-cli:commons-cli from 1.6.0 to 1.7.0 (#12523) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index afdf89d515..f06fc47275 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ subprojects { bcryptVersion = "0.10.2" caffeineVersion = "3.1.8" checkstyleVersion = "8.45" - commonsCliVersion = "1.6.0" + commonsCliVersion = "1.7.0" commonsCodecVersion = "1.16.1" commonsIoVersion = "2.16.1" commonsMathVersion = "3.6.1"