Bump guava in /distribution/tools/plugin-cli (#2119)
Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 31.0.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8d69c77081
commit
b31da7ccad
|
@ -39,7 +39,7 @@ dependencies {
|
|||
api "org.bouncycastle:bc-fips:1.0.2.1"
|
||||
testImplementation project(":test:framework")
|
||||
testImplementation 'com.google.jimfs:jimfs:1.1'
|
||||
testRuntimeOnly 'com.google.guava:guava:30.1.1-jre'
|
||||
testRuntimeOnly 'com.google.guava:guava:31.0.1-jre'
|
||||
}
|
||||
|
||||
tasks.named("dependencyLicenses").configure {
|
||||
|
|
Loading…
Reference in New Issue