From 0efe0ee3f6e4097cafcf2ac6aec2f28ccc0e4cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 05:13: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] --- java-spiffe-helper/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-spiffe-helper/build.gradle b/java-spiffe-helper/build.gradle index a155f02..0af0f22 100644 --- a/java-spiffe-helper/build.gradle +++ b/java-spiffe-helper/build.gradle @@ -33,7 +33,7 @@ dependencies { runtimeOnly(project(':java-spiffe-core:grpc-netty-linux')) } - implementation group: 'commons-cli', name: 'commons-cli', version: '1.9.0' + implementation group: 'commons-cli', name: 'commons-cli', version: '1.10.0' testImplementation(testFixtures(project(":java-spiffe-core"))) }