Skip to content

Commit e257f67

Browse files
dependabot[bot]VachaShah
authored andcommitted
Bump jimfs from 1.1 to 1.2 in /qa/evil-tests (#2130)
* Bump jimfs from 1.1 to 1.2 in /qa/evil-tests 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> * Fixing failing precommit and check Signed-off-by: Vacha Shah <vachshah@amazon.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vacha Shah <vachshah@amazon.com> (cherry picked from commit 3a4c2f6)
1 parent 1e474d0 commit e257f67

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

qa/evil-tests/build.gradle

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ apply plugin: 'opensearch.testclusters'
4040
apply plugin: 'opensearch.standalone-test'
4141

4242
dependencies {
43-
testImplementation 'com.google.jimfs:jimfs:1.1'
43+
testImplementation 'com.google.jimfs:jimfs:1.2'
4444
}
4545

4646
// TODO: give each evil test its own fresh JVM for more isolation.
@@ -59,8 +59,17 @@ thirdPartyAudit {
5959
'com.google.common.cache.Striped64',
6060
'com.google.common.cache.Striped64$1',
6161
'com.google.common.cache.Striped64$Cell',
62+
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray',
63+
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1',
64+
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2',
65+
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$3',
66+
'com.google.common.hash.Striped64',
67+
'com.google.common.hash.Striped64$1',
68+
'com.google.common.hash.Striped64$Cell',
6269
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator',
63-
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1'
70+
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1',
71+
'com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper',
72+
'com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper$1'
6473
)
6574
}
6675

0 commit comments

Comments
 (0)