Skip to content

Commit 57fa0da

Browse files
Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#367)
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.10.0 to 1.11.0. - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-cli@rel/commons-cli-1.10.0...rel/commons-cli-1.11.0) --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-version: 1.11.0 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 deb0869 commit 57fa0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10.0'
36+
implementation group: 'commons-cli', name: 'commons-cli', version: '1.11.0'
3737

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

0 commit comments

Comments
 (0)