Bump commons-cli:commons-cli from 1.7.0 to 1.8.0 (#241)

Bumps commons-cli:commons-cli from 1.7.0 to 1.8.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
dependabot[bot] 2024-08-16 14:16:45 -05:00 committed by GitHub
parent b3d0f33e83
commit 966b5b3f4f
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.7.0'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.8.0'
testImplementation(testFixtures(project(":java-spiffe-core")))
}