Skip to content

Commit b7b7322

Browse files
authored
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
1 parent 9a38dea commit b7b7322

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

alts/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dependencies {
2727
libraries.lang,
2828
libraries.protobuf
2929
compile (libraries.google_auth_oauth2_http) {
30-
// prefer 3.0.2 from libraries instead of 1.3.9
31-
exclude group: 'com.google.code.findbugs', module: 'jsr305'
32-
// prefer 20.0 from libraries instead of 19.0
30+
// prefer 26.0-android from libraries instead of 25.1-android
3331
exclude group: 'com.google.guava', module: 'guava'
32+
// prefer 0.19.2 from libraries instead of 0.18.0
33+
exclude group: 'io.opencensus', module: 'opencensus-api'
3434
}
3535
compileOnly libraries.javax_annotation
3636
runtime project(':grpc-grpclb')

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ subprojects {
108108
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"
109109

110110
nettyVersion = '4.1.32.Final'
111-
googleauthVersion = '0.9.0'
111+
googleauthVersion = '0.13.0'
112112
guavaVersion = '26.0-android'
113113
protobufVersion = '3.6.1'
114114
protocVersion = protobufVersion

0 commit comments

Comments
 (0)