Skip to content

Commit 777924f

Browse files
Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre in /distribution/tools/upgrade-cli (opensearch-project#7807)
* Bump com.google.guava:guava in /distribution/tools/upgrade-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 be3deda commit 777924f

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, #7808)
122+
- Bump `com.google.guava:guava` from 30.1.1-jre to 32.0.0-jre (#7565, #7811, #7808, #7807)
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/upgrade-cli/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
2020
testImplementation project(":test:framework")
2121
testImplementation 'com.google.jimfs:jimfs:1.2'
22-
testRuntimeOnly 'com.google.guava:guava:31.1-jre'
22+
testRuntimeOnly 'com.google.guava:guava:32.0.0-jre'
2323
}
2424

2525
tasks.named("dependencyLicenses").configure {

0 commit comments

Comments
 (0)