Skip to content

Commit b45c732

Browse files
dependabot[bot]owaiskazi19
authored andcommitted
Bump com.google.guava:guava from 32.0.1-jre to 32.1.1-jre in /distribution/tools/keystore-cli (opensearch-project#8401)
* Bump com.google.guava:guava in /distribution/tools/keystore-cli Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.1-jre to 32.1.1-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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> * Set transitive dependencies as false Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: owaiskazi19 <owaiskazi19@gmail.com>
1 parent 69e1657 commit b45c732

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
105105

106106
### Dependencies
107107
- Bump `com.azure:azure-storage-common` from 12.21.0 to 12.21.1 (#7566, #7814)
108-
- Bump `com.google.guava:guava` from 30.1.1-jre to 32.1.1-jre (#7565, #7811, #7807, #7808, #8402, #8400)
108+
- Bump `com.google.guava:guava` from 30.1.1-jre to 32.1.1-jre (#7565, #7811, #7807, #7808, #8402, #8400, #8401)
109109
- Bump `net.minidev:json-smart` from 2.4.10 to 2.4.11 (#7660, #7812)
110110
- Bump `org.gradle.test-retry` from 1.5.2 to 1.5.3 (#7810)
111111
- Bump `com.diffplug.spotless` from 6.17.0 to 6.18.0 (#7896)

distribution/tools/keystore-cli/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ dependencies {
3535
compileOnly project(":libs:opensearch-cli")
3636
testImplementation project(":test:framework")
3737
testImplementation 'com.google.jimfs:jimfs:1.2'
38-
testRuntimeOnly 'com.google.guava:guava:32.0.1-jre'
38+
testRuntimeOnly('com.google.guava:guava:32.1.1-jre') {
39+
transitive = false
40+
}
3941
}

0 commit comments

Comments
 (0)