Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.4 to 1.5.0 (#124)
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.4 to 1.5.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 <max.lambrecht@hpe.com>
  • Loading branch information
dependabot[bot] and Max Lambrecht authored Apr 13, 2023
1 parent d14977c commit 6fe6a6e
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 @@ -32,7 +32,7 @@ dependencies {
runtimeOnly(project(':java-spiffe-core:grpc-netty-linux'))
}

implementation group: 'commons-cli', name: 'commons-cli', version: '1.4'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.5.0'

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

0 comments on commit 6fe6a6e

Please sign in to comment.