Skip to content

Commit fc6b08e

Browse files
dependabot[bot]gaobinlongcwperks
authored
Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 in /qa/evil-tests (#18746)
* Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 in /qa/evil-tests Bumps [com.google.jimfs:jimfs](https://github.com/google/jimfs) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/google/jimfs/releases) - [Commits](google/jimfs@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: com.google.jimfs:jimfs dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> * Fix build failure Signed-off-by: Binlong Gao <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Binlong Gao <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Binlong Gao <[email protected]> Co-authored-by: Craig Perkins <[email protected]> Co-authored-by: cwperks <[email protected]>
1 parent c7c648f commit fc6b08e

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5252
- Bump `org.bouncycastle:bcpg-fips` from 2.0.10 to 2.0.11 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
5353
- Bump `com.password4j:password4j` from 1.8.2 to 1.8.3 ([#18668](https://github.com/opensearch-project/OpenSearch/pull/18668))
5454
- Bump `com.azure:azure-core` from 1.55.3 to 1.55.5 ([#18691](https://github.com/opensearch-project/OpenSearch/pull/18691))
55-
- Bump `com.google.jimfs:jimfs` from 1.3.0 to 1.3.1 ([#18743](https://github.com/opensearch-project/OpenSearch/pull/18743))
55+
- Bump `com.google.jimfs:jimfs` from 1.3.0 to 1.3.1 ([#18743](https://github.com/opensearch-project/OpenSearch/pull/18743)), [#18746](https://github.com/opensearch-project/OpenSearch/pull/18746))
5656
- Bump `com.azure:azure-storage-common` from 12.29.0 to 12.29.1 ([#18742](https://github.com/opensearch-project/OpenSearch/pull/18742))
5757
- Bump `org.apache.commons:commons-lang3` from 3.17.0 to 3.18.0 ([#18745](https://github.com/opensearch-project/OpenSearch/pull/18745))
5858

qa/evil-tests/build.gradle

Lines changed: 2 additions & 10 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.3.0'
43+
testImplementation 'com.google.jimfs:jimfs:1.3.1'
4444
testImplementation(project(':distribution:tools:plugin-cli')) {
4545
exclude group: 'org.bouncycastle'
4646
}
@@ -59,19 +59,11 @@ thirdPartyAudit {
5959

6060
ignoreViolations(
6161
// uses internal java api: sun.misc.Unsafe
62-
'com.google.common.cache.Striped64',
63-
'com.google.common.cache.Striped64$1',
64-
'com.google.common.cache.Striped64$Cell',
6562
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray',
6663
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$1',
6764
'com.google.common.hash.LittleEndianByteArray$UnsafeByteArray$2',
68-
'com.google.common.hash.Striped64',
69-
'com.google.common.hash.Striped64$1',
70-
'com.google.common.hash.Striped64$Cell',
7165
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator',
72-
'com.google.common.primitives.UnsignedBytes$LexicographicalComparatorHolder$UnsafeComparator$1',
73-
'com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper',
74-
'com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper$1'
66+
'com.google.common.util.concurrent.AbstractFutureState$UnsafeAtomicHelper'
7567
)
7668
}
7769

0 commit comments

Comments
 (0)