Skip to content

Commit 4048716

Browse files
elharoran-su
authored andcommitted
all: Update to latest version of auth libraries (#6360)
all: Update to latest version of auth libraries
1 parent 39af869 commit 4048716

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ subprojects {
4646

4747
nettyVersion = '4.1.42.Final'
4848
guavaVersion = '28.1-android'
49-
googleauthVersion = '0.17.1'
49+
googleauthVersion = '0.18.0'
5050
protobufVersion = '3.10.0'
5151
protocVersion = protobufVersion
5252
opencensusVersion = '0.24.0'

repositories.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,18 +182,18 @@ def com_google_api_grpc_google_common_protos():
182182
def com_google_auth_google_auth_library_credentials():
183183
jvm_maven_import_external(
184184
name = "com_google_auth_google_auth_library_credentials",
185-
artifact = "com.google.auth:google-auth-library-credentials:0.17.1",
185+
artifact = "com.google.auth:google-auth-library-credentials:0.18.0",
186186
server_urls = ["http://central.maven.org/maven2"],
187-
artifact_sha256 = "aaeea9333fff9b763715bca0174ec76c4f9551b5731c89a95f263cdc82b4b56e",
187+
artifact_sha256 = "2377b149dbf63f000f96b66f5dc0f07b9da3928f5e3f31973f2d21fcb63ce6ff",
188188
licenses = ["notice"], # BSD 3-clause
189189
)
190190

191191
def com_google_auth_google_auth_library_oauth2_http():
192192
jvm_maven_import_external(
193193
name = "com_google_auth_google_auth_library_oauth2_http",
194-
artifact = "com.google.auth:google-auth-library-oauth2-http:0.17.1",
194+
artifact = "com.google.auth:google-auth-library-oauth2-http:0.18.0",
195195
server_urls = ["http://central.maven.org/maven2"],
196-
artifact_sha256 = "fa9a1589c8bc279416988d437c2636967cd5e4eff70fbddc986b9c5a77b0231b",
196+
artifact_sha256 = "2f13eff0105debe54a91851684b78dd5a0f3839fae5acaa8ba7959c004c050d0",
197197
licenses = ["notice"], # BSD 3-clause
198198
)
199199

0 commit comments

Comments
 (0)