Skip to content

Commit 90cc6ab

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
dependabot: bump com.google.guava:failureaccess from 1.0.1 to 1.0.2 (#1378) (#1388)
Bumps com.google.guava:failureaccess from 1.0.1 to 1.0.2. --- updated-dependencies: - dependency-name: com.google.guava:failureaccess dependency-type: direct:production update-type: version-update:semver-patch ... (cherry picked from commit 926b2e1) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 02090ee commit 90cc6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118
implementation "org.opensearch:common-utils:${common_utils_version}"
119119
implementation "org.opensearch.client:opensearch-rest-client:${opensearch_version}"
120120
compileOnly group: 'com.google.guava', name: 'guava', version:'32.1.3-jre'
121-
compileOnly group: 'com.google.guava', name: 'failureaccess', version:'1.0.1'
121+
compileOnly group: 'com.google.guava', name: 'failureaccess', version:'1.0.2'
122122
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'
123123
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
124124
implementation group: 'com.yahoo.datasketches', name: 'sketches-core', version: '0.13.4'

0 commit comments

Comments
 (0)