Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (#258)
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.8.0 to 1.9.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Lambrecht <[email protected]>
  • Loading branch information
dependabot[bot] and maxlambrecht committed Sep 20, 2024
1 parent 126a4d9 commit 86e6e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-spiffe-helper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
runtimeOnly(project(':java-spiffe-core:grpc-netty-linux'))
}

implementation group: 'commons-cli', name: 'commons-cli', version: '1.8.0'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.9.0'

testImplementation(testFixtures(project(":java-spiffe-core")))
}

0 comments on commit 86e6e32

Please sign in to comment.