Skip to content

Commit 79685db

Browse files
committed
Bump guava to 21.0
1 parent ea231f0 commit 79685db

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.idea/libraries/guava.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/client/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
77
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
88
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
9-
<classpathentry kind="lib" path="/third-party/java/guava/guava-20.0.jar" sourcepath="/third-party/java/guava/guava-20.0-sources.jar"/>
9+
<classpathentry kind="lib" path="/third-party/java/guava/guava-21.0.jar" sourcepath="/third-party/java/guava/guava-21.0-sources.jar"/>
1010
<classpathentry kind="lib" path="/third_party/java/htmlunit/htmlunit-2.23.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.21-sources.jar"/>
1111
<classpathentry kind="lib" path="/third_party/java/htmlunit/neko-htmlunit-2.23.jar" sourcepath="/third-party/java/htmlunit/neko-htmlunit-2.21-sources.jar"/>
1212
<classpathentry kind="lib" path="/third_party/java/htmlunit/htmlunit-core-js-2.23.jar"/>

java/server/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
1616
<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"/>
1717
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
18-
<classpathentry kind="lib" path="/third-party/java/guava/guava-20.0.jar" sourcepath="/third-party/java/guava/guava-20.0-sources.jar"/>
18+
<classpathentry kind="lib" path="/third-party/java/guava/guava-21.0.jar" sourcepath="/third-party/java/guava/guava-21.0-sources.jar"/>
1919
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>
2020
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
2121
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.15.jar" sourcepath="/third-party/java/yaml/snakeyaml-1.15-sources.jar"/>

third_party/java/guava/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
prebuilt_jar(
22
name = 'guava',
3-
maven_coords = 'com.google.guava:guava:jar:20.0',
4-
binary_jar = 'guava-20.0.jar',
5-
source_jar = 'guava-20.0-sources.jar',
3+
maven_coords = 'com.google.guava:guava:jar:21.0',
4+
binary_jar = 'guava-21.0.jar',
5+
source_jar = 'guava-21.0-sources.jar',
66
visibility = [
77
'PUBLIC',
88
],

third_party/java/guava/guava-20.0.jar

-2.33 MB
Binary file not shown.

third_party/java/guava/guava-21.0.jar

2.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)