Skip to content

Commit bec8ea9

Browse files
committed
Add google_auth dependencies
Signed-off-by: Andrew Ross <andrross@amazon.com>
1 parent e3afe83 commit bec8ea9

8 files changed

+7
-3
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ guava = "33.2.1-jre"
2424
protobuf = "3.25.5"
2525
jakarta_annotation = "1.3.5"
2626
google_http_client = "1.44.1"
27-
google_auth = "1.29.0"
27+
google_auth = "1.30.1"
2828
tdigest = "3.3"
2929
hdrhistogram = "2.2.2"
3030
grpc = "1.68.0"

plugins/discovery-gce/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ opensearchplugin {
1818
}
1919

2020
dependencies {
21+
api "com.google.auth:google-auth-library-credentials:${versions.google_auth}"
22+
api "com.google.auth:google-auth-library-oauth2-http:${versions.google_auth}"
2123
api "com.google.apis:google-api-services-compute:v1-rev20241105-2.0.0"
2224
api "com.google.api-client:google-api-client:2.7.1"
2325
api "com.google.oauth-client:google-oauth-client:1.36.0"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
eaa05c7362ad2d209fb767a92e0035f6114f3242
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b04a439df08167f25bbdd1fab697b16401678217

plugins/repository-gcs/licenses/google-auth-library-credentials-1.29.0.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
eaa05c7362ad2d209fb767a92e0035f6114f3242

plugins/repository-gcs/licenses/google-auth-library-oauth2-http-1.29.0.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b04a439df08167f25bbdd1fab697b16401678217

0 commit comments

Comments
 (0)