Skip to content

Commit e448ca8

Browse files
committed
Add google_auth dependencies
Signed-off-by: Andrew Ross <[email protected]>
1 parent 250d0d9 commit e448ca8

8 files changed

+7
-3
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
eaa05c7362ad2d209fb767a92e0035f6114f3242
Lines changed: 1 addition & 0 deletions
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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b04a439df08167f25bbdd1fab697b16401678217

0 commit comments

Comments
 (0)