Skip to content

Commit

Permalink
Bump com.google.jimfs:jimfs in /distribution/tools/upgrade-cli
Browse files Browse the repository at this point in the history
Bumps [com.google.jimfs:jimfs](https://github.com/google/jimfs) from 1.2 to 1.3.0.
- [Release notes](https://github.com/google/jimfs/releases)
- [Commits](google/jimfs@v1.2...v1.3.0)

---
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>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent 418ab51 commit 822e861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/tools/upgrade-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
implementation "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
testImplementation project(":test:framework")
testImplementation 'com.google.jimfs:jimfs:1.2'
testImplementation 'com.google.jimfs:jimfs:1.3.0'
testRuntimeOnly('com.google.guava:guava:32.1.1-jre') {
transitive = false
}
Expand Down

0 comments on commit 822e861

Please sign in to comment.