Skip to content

Commit

Permalink
Upgrade guava to 8.2-android (grpc#6772)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and dfawley committed Jan 15, 2021
1 parent d83e60a commit 12c67d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -46,7 +46,7 @@ subprojects {
javaPluginPath = "$rootDir/compiler/build/exe/java_plugin/$protocPluginBaseName$exeSuffix"

nettyVersion = '4.1.45.Final'
guavaVersion = '28.1-android'
guavaVersion = '28.2-android'
googleauthVersion = '0.20.0'
protobufVersion = '3.11.0'
protocVersion = protobufVersion
Expand Down
6 changes: 3 additions & 3 deletions repositories.bzl
Expand Up @@ -19,7 +19,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
"com.google.code.gson:gson:jar:2.8.6",
"com.google.errorprone:error_prone_annotations:2.3.4",
"com.google.guava:failureaccess:1.0.1",
"com.google.guava:guava:28.1-android",
"com.google.guava:guava:28.2-android",
"com.google.j2objc:j2objc-annotations:1.3",
"com.google.truth:truth:1.0.1",
"com.squareup.okhttp:okhttp:2.7.4",
Expand Down Expand Up @@ -236,9 +236,9 @@ def com_google_errorprone_error_prone_annotations():
def com_google_guava_guava():
jvm_maven_import_external(
name = "com_google_guava_guava",
artifact = "com.google.guava:guava:28.1-android",
artifact = "com.google.guava:guava:28.2-android",
server_urls = ["https://repo.maven.apache.org/maven2/"],
artifact_sha256 = "e112ce92c0f0733965eede73d94589c59a72128b06b08bba5ebe2f9ea672ef60",
artifact_sha256 = "1faf214c94723ab9fbadfedd9af88ddc325faf669e68eab04688c3afcf59c037",
licenses = ["notice"], # Apache 2.0
)

Expand Down

0 comments on commit 12c67d4

Please sign in to comment.