Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
com.google.guava:guava: 19.0 -> 20.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebright committed Feb 2, 2017
1 parent 4f19d68 commit 582e13c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ maven_jar(

maven_jar(
name = "guava",
artifact = "com.google.guava:guava:19.0",
artifact = "com.google.guava:guava:20.0",
)

maven_jar(
name = "guava_testlib",
artifact = "com.google.guava:guava-testlib:19.0",
artifact = "com.google.guava:guava-testlib:20.0",
)

maven_jar(
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>19.0</version>
<version>20.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit 582e13c

Please sign in to comment.