Skip to content

Commit

Permalink
Add and use jars for Guava 31.1.
Browse files Browse the repository at this point in the history
Main motivation is to be able to use the new
`ImmutableMap.Builder#buildKeepingLast`.

Jars were downloded from Maven Central:
* https://repo1.maven.org/maven2/com/google/guava/guava/31.1-jre/
* https://repo1.maven.org/maven2/com/google/guava/guava-testlib/31.1-jre/

This is commit 3/5 for
#14942 (comment).

Closes #14962.
  • Loading branch information
haxorz authored and katre committed Mar 4, 2022
1 parent 171cc2c commit f7e2748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ distrib_java_import(
enable_distributions = ["debian"],
jars = [
"guava/failureaccess-1.0.1.jar",
"guava/guava-31.0.1-jre.jar",
"guava/guava-31.1-jre.jar",
],
exports = [
":error_prone_annotations",
Expand Down Expand Up @@ -499,7 +499,7 @@ distrib_java_import(
# For bootstrapping JavaBuilder
distrib_jar_filegroup(
name = "guava-jars",
srcs = ["guava/guava-31.0.1-jre.jar"],
srcs = ["guava/guava-31.1-jre.jar"],
enable_distributions = ["debian"],
)

Expand Down Expand Up @@ -669,7 +669,7 @@ java_import(

java_import(
name = "guava-testlib",
jars = ["guava/guava-testlib-31.0.1-jre.jar"],
jars = ["guava/guava-testlib-31.1-jre.jar"],
)

distrib_java_import(
Expand Down
Binary file added third_party/guava/guava-31.1-jre.jar
Binary file not shown.
Binary file added third_party/guava/guava-testlib-31.1-jre.jar
Binary file not shown.

0 comments on commit f7e2748

Please sign in to comment.