Skip to content

Commit 86e6e32

Browse files
Bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (#258)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Lambrecht <maxlambrecht@gmail.com>
1 parent 126a4d9 commit 86e6e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-spiffe-helper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
runtimeOnly(project(':java-spiffe-core:grpc-netty-linux'))
3434
}
3535

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

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

0 commit comments

Comments
 (0)