Skip to content

Commit

Permalink
all: Update to latest version of auth libraries (grpc#6360)
Browse files Browse the repository at this point in the history
all: Update to latest version of auth libraries
  • Loading branch information
elharo authored and voidzcy committed Nov 3, 2019
1 parent e262e20 commit ddd4ea6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -46,7 +46,7 @@ subprojects {

nettyVersion = '4.1.42.Final'
guavaVersion = '28.1-android'
googleauthVersion = '0.17.1'
googleauthVersion = '0.18.0'
protobufVersion = '3.10.0'
protocVersion = protobufVersion
opencensusVersion = '0.24.0'
Expand Down
8 changes: 4 additions & 4 deletions repositories.bzl
Expand Up @@ -182,18 +182,18 @@ def com_google_api_grpc_google_common_protos():
def com_google_auth_google_auth_library_credentials():
jvm_maven_import_external(
name = "com_google_auth_google_auth_library_credentials",
artifact = "com.google.auth:google-auth-library-credentials:0.17.1",
artifact = "com.google.auth:google-auth-library-credentials:0.18.0",
server_urls = ["http://central.maven.org/maven2"],
artifact_sha256 = "aaeea9333fff9b763715bca0174ec76c4f9551b5731c89a95f263cdc82b4b56e",
artifact_sha256 = "2377b149dbf63f000f96b66f5dc0f07b9da3928f5e3f31973f2d21fcb63ce6ff",
licenses = ["notice"], # BSD 3-clause
)

def com_google_auth_google_auth_library_oauth2_http():
jvm_maven_import_external(
name = "com_google_auth_google_auth_library_oauth2_http",
artifact = "com.google.auth:google-auth-library-oauth2-http:0.17.1",
artifact = "com.google.auth:google-auth-library-oauth2-http:0.18.0",
server_urls = ["http://central.maven.org/maven2"],
artifact_sha256 = "fa9a1589c8bc279416988d437c2636967cd5e4eff70fbddc986b9c5a77b0231b",
artifact_sha256 = "2f13eff0105debe54a91851684b78dd5a0f3839fae5acaa8ba7959c004c050d0",
licenses = ["notice"], # BSD 3-clause
)

Expand Down

0 comments on commit ddd4ea6

Please sign in to comment.