This commit is contained in:
dependabot[bot] 2025-08-05 05:13:22 +00:00 committed by GitHub
commit 6d3277710f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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")))
}