Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 72c5d81

Browse files
Bump guava in /distribution/tools/keystore-cli (opensearch-project#2384)
Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 31.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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75e837d commit 72c5d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/tools/keystore-cli/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ 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:31.0.1-jre'
38+
testRuntimeOnly 'com.google.guava:guava:31.1-jre'
3939
}

0 commit comments

Comments
 (0)