Bump jimfs from 1.1 to 1.2 in /distribution/tools/plugin-cli (#2182)
Bumps [jimfs](https://github.com/google/jimfs) from 1.1 to 1.2. - [Release notes](https://github.com/google/jimfs/releases) - [Commits](https://github.com/google/jimfs/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: com.google.jimfs:jimfs 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>
This commit is contained in:
parent
de0425e32f
commit
268b3b51f0
|
@ -38,7 +38,7 @@ dependencies {
|
|||
api "org.bouncycastle:bcpg-fips:1.0.5.1"
|
||||
api "org.bouncycastle:bc-fips:1.0.2.1"
|
||||
testImplementation project(":test:framework")
|
||||
testImplementation 'com.google.jimfs:jimfs:1.1'
|
||||
testImplementation 'com.google.jimfs:jimfs:1.2'
|
||||
testRuntimeOnly 'com.google.guava:guava:31.0.1-jre'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue