Bump guava from 31.0.1-jre to 31.1-jre in /distribution/tools/plugin-cli (#2387)
Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 31.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 ... 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
3e9031f283
commit
75e837d056
|
@ -39,7 +39,7 @@ dependencies {
|
|||
api "org.bouncycastle:bc-fips:1.0.2.3"
|
||||
testImplementation project(":test:framework")
|
||||
testImplementation 'com.google.jimfs:jimfs:1.2'
|
||||
testRuntimeOnly 'com.google.guava:guava:31.0.1-jre'
|
||||
testRuntimeOnly 'com.google.guava:guava:31.1-jre'
|
||||
}
|
||||
|
||||
tasks.named("dependencyLicenses").configure {
|
||||
|
|
Loading…
Reference in New Issue