Skip to content

Commit 860cb14

Browse files
committed
Bump guava to version 22
1 parent e92bb48 commit 860cb14

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

.idea/libraries/guava.xml

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

java/CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Important note:
1010

1111
`java -jar selenium-server-standalone-3.5.0.jar -enablePassThrough false`
1212

13+
* Bump guava to version 22.
1314
* Add support for a new "pass through" mode. This allows a connection
1415
from your test's RemoteWebDriver, through the Grid Hub, to a Grid
1516
Node, and down to a DriverService and thence the browser to use the

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-21.0.jar" sourcepath="/third-party/java/guava/guava-21.0-sources.jar"/>
9+
<classpathentry kind="lib" path="/third-party/java/guava/guava-22.0.jar" sourcepath="/third-party/java/guava/guava-22.0-sources.jar"/>
1010
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.27.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.27-sources.jar"/>
1111
<classpathentry kind="lib" path="/third-party/java/htmlunit/neko-htmlunit-2.25.jar" sourcepath="/third-party/java/htmlunit/neko-htmlunit-2.25-sources.jar"/>
1212
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.27.jar" sourcepath="/third-party/java/htmlunit/htmlunit-core-js-2.27-sources.jar"/>

java/server/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
1515
<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"/>
1616
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
17-
<classpathentry kind="lib" path="/third-party/java/guava/guava-21.0.jar" sourcepath="/third-party/java/guava/guava-21.0-sources.jar"/>
17+
<classpathentry kind="lib" path="/third-party/java/guava/guava-22.0.jar" sourcepath="/third-party/java/guava/guava-22.0-sources.jar"/>
1818
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>
1919
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
2020
<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:[21.0,)',
4-
binary_jar = 'guava-21.0.jar',
5-
source_jar = 'guava-21.0-sources.jar',
3+
maven_coords = 'com.google.guava:guava:jar:[22.0,)',
4+
binary_jar = 'guava-22.0.jar',
5+
source_jar = 'guava-22.0-sources.jar',
66
visibility = [
77
'PUBLIC',
88
],
1.46 MB
Binary file not shown.
2.46 MB
Binary file not shown.

0 commit comments

Comments
 (0)