Skip to content

Commit

Permalink
Bump com.google.api:gax from 2.27.0 to 2.32.0 in /plugins/repository-…
Browse files Browse the repository at this point in the history
…gcs (#9300)

* Bump com.google.api:gax from 2.27.0 to 2.32.0 in /plugins/repository-gcs

updated-dependencies:
- dependency-name: com.google.api:gax
- dependency-type: direct:production
- update-type: version-update:semver-minor
...

* add 'com.google.auth.oauth2.GdchCredentials' into ignore missing classes list

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tianli Feng <ftianli@amazon.com>
  • Loading branch information
dependabot[bot] committed Aug 22, 2023
1 parent ebdffbb commit dc4ef8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `aws-actions/configure-aws-credentials` from 1 to 2 ([#9302](https://github.com/opensearch-project/OpenSearch/pull/9302))
- Bump `com.github.luben:zstd-jni` from 1.5.5-3 to 1.5.5-5 ([#9431](https://github.com/opensearch-project/OpenSearch/pull/9431)
- Bump `actions/setup-java` from 2 to 3 ([#9457](https://github.com/opensearch-project/OpenSearch/pull/9457))
- Bump `com.google.api:gax` from 2.27.0 to 2.32.0 ([#9300](https://github.com/opensearch-project/OpenSearch/pull/9300))

### Changed
- Default to mmapfs within hybridfs ([#8508](https://github.com/opensearch-project/OpenSearch/pull/8508))
Expand Down
3 changes: 2 additions & 1 deletion plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ versions << [

dependencies {
api 'com.google.api:api-common:1.8.1'
api 'com.google.api:gax:2.27.0'
api 'com.google.api:gax:2.32.0'
api 'com.google.api:gax-httpjson:0.103.1'

api 'com.google.apis:google-api-services-storage:v1-rev20230617-2.0.0'
Expand Down Expand Up @@ -148,6 +148,7 @@ thirdPartyAudit {
'com.google.appengine.api.urlfetch.HTTPResponse',
'com.google.appengine.api.urlfetch.URLFetchService',
'com.google.appengine.api.urlfetch.URLFetchServiceFactory',
'com.google.auth.oauth2.GdchCredentials',
'com.google.protobuf.util.JsonFormat',
'com.google.protobuf.util.JsonFormat$Parser',
'com.google.protobuf.util.JsonFormat$Printer',
Expand Down
1 change: 0 additions & 1 deletion plugins/repository-gcs/licenses/gax-2.27.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/repository-gcs/licenses/gax-2.32.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
522bf3c2a738847b9719eac8ce572be0f84da40a

0 comments on commit dc4ef8f

Please sign in to comment.