Skip to content

Commit 3a93cb6

Browse files
committed
Fix for #7612, increasing the google auth library version to 0.22.0 to use the latest non-vulnerable apache httpclient 4.5.13
1 parent bf191cb commit 3a93cb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

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

5757
nettyVersion = '4.1.51.Final'
5858
guavaVersion = '29.0-android'
59-
googleauthVersion = '0.20.0'
59+
googleauthVersion = '0.22.0'
6060
protobufVersion = '3.12.0'
6161
protocVersion = protobufVersion
6262
opencensusVersion = '0.24.0'

repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1212
IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1313
"com.google.android:annotations:4.1.1.4",
1414
"com.google.api.grpc:proto-google-common-protos:1.17.0",
15-
"com.google.auth:google-auth-library-credentials:0.20.0",
16-
"com.google.auth:google-auth-library-oauth2-http:0.20.0",
15+
"com.google.auth:google-auth-library-credentials:0.22.0",
16+
"com.google.auth:google-auth-library-oauth2-http:0.22.0",
1717
"com.google.code.findbugs:jsr305:3.0.2",
1818
"com.google.code.gson:gson:jar:2.8.6",
1919
"com.google.errorprone:error_prone_annotations:2.3.4",

0 commit comments

Comments
 (0)