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:
parent
b3d0f33e83
commit
966b5b3f4f
|
|
@ -33,7 +33,7 @@ dependencies {
|
||||||
runtimeOnly(project(':java-spiffe-core:grpc-netty-linux'))
|
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")))
|
testImplementation(testFixtures(project(":java-spiffe-core")))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue