From b7b7322760077f29c15d6da6455d79831d8afc92 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 15 Feb 2019 09:38:16 -0800 Subject: [PATCH] Update google-auth-library-java to 0.13.0 0.13.0 is the latest version. This honestly doesn't do much since any user of our auth API will be depending on the library themselves (we only depend on the interface; no implementation). But getting past 0.9.1 may encourage our users to use a newer version with better JWT handling and 0.9.1 was released 10 months ago, so we're overdue for an update. Fixes #4700 --- alts/build.gradle | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alts/build.gradle b/alts/build.gradle index 6b619ba7627..654d89a6991 100644 --- a/alts/build.gradle +++ b/alts/build.gradle @@ -27,10 +27,10 @@ dependencies { libraries.lang, libraries.protobuf compile (libraries.google_auth_oauth2_http) { - // prefer 3.0.2 from libraries instead of 1.3.9 - exclude group: 'com.google.code.findbugs', module: 'jsr305' - // prefer 20.0 from libraries instead of 19.0 + // prefer 26.0-android from libraries instead of 25.1-android exclude group: 'com.google.guava', module: 'guava' + // prefer 0.19.2 from libraries instead of 0.18.0 + exclude group: 'io.opencensus', module: 'opencensus-api' } compileOnly libraries.javax_annotation runtime project(':grpc-grpclb') diff --git a/build.gradle b/build.gradle index 24addf46323..b9872c7048b 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ subprojects { javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix" nettyVersion = '4.1.32.Final' - googleauthVersion = '0.9.0' + googleauthVersion = '0.13.0' guavaVersion = '26.0-android' protobufVersion = '3.6.1' protocVersion = protobufVersion