Skip to content

Commit be3deda

Browse files
Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre in /distribution/tools/plugin-cli (opensearch-project#7808)
* Bump com.google.guava:guava in /distribution/tools/plugin-cli Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 58b0ba8 commit be3deda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
119119
- Bump `com.networknt:json-schema-validator` from 1.0.78 to 1.0.81 (#7460)
120120
- Bump Apache Lucene to 9.6.0 ([#7505](https://github.com/opensearch-project/OpenSearch/pull/7505))
121121
- Bump `com.google.cloud:google-cloud-core-http` from 1.93.3 to 2.17.0 (#7488)
122-
- Bump `com.google.guava:guava` from 30.1.1-jre to 32.0.0-jre (#7565, #7811)
122+
- Bump `com.google.guava:guava` from 30.1.1-jre to 32.0.0-jre (#7565, #7811, #7808)
123123
- Bump `com.azure:azure-storage-common` from 12.20.0 to 12.21.1 (#7566, #7814)
124124
- Bump `org.apache.commons:commons-compress` from 1.22 to 1.23.0 (#7563)
125125
- Bump `jackson` from 2.15.0 to 2.15.1 ([#7603](https://github.com/opensearch-project/OpenSearch/pull/7603))

distribution/tools/plugin-cli/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
api "org.bouncycastle:bc-fips:1.0.2.3"
4040
testImplementation project(":test:framework")
4141
testImplementation 'com.google.jimfs:jimfs:1.2'
42-
testRuntimeOnly 'com.google.guava:guava:31.1-jre'
42+
testRuntimeOnly 'com.google.guava:guava:32.0.0-jre'
4343

4444
implementation 'org.apache.commons:commons-compress:1.23.0'
4545
}

0 commit comments

Comments
 (0)