Skip to content

Commit

Permalink
Bump jimfs from 1.1 to 1.2 in /qa/evil-tests
Browse files Browse the repository at this point in the history
Bumps [jimfs](https://github.com/google/jimfs) from 1.1 to 1.2.
- [Release notes](https://github.com/google/jimfs/releases)
- [Commits](google/jimfs@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>
  • Loading branch information
dependabot[bot] authored Feb 21, 2022
1 parent d7b8b32 commit a7d02a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/evil-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ apply plugin: 'opensearch.testclusters'
apply plugin: 'opensearch.standalone-test'

dependencies {
testImplementation 'com.google.jimfs:jimfs:1.1'
testImplementation 'com.google.jimfs:jimfs:1.2'
}

// TODO: give each evil test its own fresh JVM for more isolation.
Expand Down

0 comments on commit a7d02a1

Please sign in to comment.