Skip to content

Commit

Permalink
Bump Guava to 20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 5, 2017
1 parent 14212a2 commit 83dbb87
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/guava.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-19.0.jar" sourcepath="/third-party/java/guava/guava-19.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-20.0.jar" sourcepath="/third-party/java/guava/guava-20.0-sources.jar"/>
<classpathentry kind="lib" path="/third_party/java/htmlunit/htmlunit-2.23.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.21-sources.jar"/>
<classpathentry kind="lib" path="/third_party/java/htmlunit/neko-htmlunit-2.23.jar" sourcepath="/third-party/java/htmlunit/neko-htmlunit-2.21-sources.jar"/>
<classpathentry kind="lib" path="/third_party/java/htmlunit/htmlunit-core-js-2.23.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/jcip_annotations/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip_annotations/jcip-annotations-1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-19.0.jar" sourcepath="/third-party/java/guava/guava-19.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-20.0.jar" sourcepath="/third-party/java/guava/guava-20.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.15.jar" sourcepath="/third-party/java/yaml/snakeyaml-1.15-sources.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/guava/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = 'guava',
maven_coords = 'com.google.guava:guava:jar:19.0',
binary_jar = 'guava-19.0.jar',
source_jar = 'guava-19.0-sources.jar',
maven_coords = 'com.google.guava:guava:jar:20.0',
binary_jar = 'guava-20.0.jar',
source_jar = 'guava-20.0-sources.jar',
visibility = [
'PUBLIC',
],
Expand Down
Binary file removed third_party/java/guava/guava-19.0-sources.jar
Binary file not shown.
Binary file removed third_party/java/guava/guava-19.0.jar
Binary file not shown.
Binary file added third_party/java/guava/guava-20.0-sources.jar
Binary file not shown.
Binary file added third_party/java/guava/guava-20.0.jar
Binary file not shown.

0 comments on commit 83dbb87

Please sign in to comment.