Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google-auth-library-oauth2-http from 0.20.0 to 1.7.0 in /plugins/repository-gcs #3473

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use variable to define the version of dependency google-auth-library-…
…java

Signed-off-by: Tianli Feng <[email protected]>
Tianli Feng committed Jun 2, 2022
commit 1ef91ea9db83993cfb0f36caaa8b1bcb837ffe7b
8 changes: 6 additions & 2 deletions plugins/repository-gcs/build.gradle
Original file line number Diff line number Diff line change
@@ -49,6 +49,10 @@ opensearchplugin {
classname 'org.opensearch.repositories.gcs.GoogleCloudStoragePlugin'
}

versions << [
'google_auth': '1.7.0'
]

dependencies {
api 'com.google.cloud:google-cloud-storage:1.113.1'
api 'com.google.cloud:google-cloud-core:2.5.10'
@@ -67,8 +71,8 @@ dependencies {
api 'com.google.api.grpc:proto-google-common-protos:2.8.0'
api 'com.google.api.grpc:proto-google-iam-v1:0.12.0'
api 'com.google.cloud:google-cloud-core-http:1.93.3'
api 'com.google.auth:google-auth-library-credentials:0.20.0'
api 'com.google.auth:google-auth-library-oauth2-http:1.7.0'
api "com.google.auth:google-auth-library-credentials:${versions.google_auth}"
api "com.google.auth:google-auth-library-oauth2-http:${versions.google_auth}"
api 'com.google.oauth-client:google-oauth-client:1.33.1'
api 'com.google.api-client:google-api-client:1.34.0'
api 'com.google.http-client:google-http-client-appengine:1.41.8'

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b29af5a9ea94e9e7f86bded11e39f5afda5b17e8