From 1e2db77cd6250ff46027de18aaf67bf49452d912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 22:51:19 +0000 Subject: [PATCH] Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-cli/compare/rel/commons-cli-1.9.0...rel/commons-cli-1.10.0) --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- part3.0-measuring/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part3.0-measuring/build.gradle b/part3.0-measuring/build.gradle index f8d01a0..83fa390 100644 --- a/part3.0-measuring/build.gradle +++ b/part3.0-measuring/build.gradle @@ -10,7 +10,7 @@ repositories { } dependencies { - implementation 'commons-cli:commons-cli:1.9.0' + implementation 'commons-cli:commons-cli:1.10.0' implementation 'org.apache.commons:commons-csv:1.14.0' testRuntimeOnly("org.junit.platform:junit-platform-launcher")