Skip to content

Commit 184f8a1

Browse files
committed
Bump mockito to 2.18 and bytebuddy to 2.13
This makes it easier for us to run on Java 10.
1 parent e3f2586 commit 184f8a1

17 files changed

+18
-18
lines changed

.idea/libraries/byte_buddy.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.

.idea/libraries/mockito_core.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-common-9.4.7.v20170914.jar" sourcepath="/third-party/java/websocket/websocket-common-9.4.7.v20170914-sources.jar"/>
3333
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.19.Final.jar"/>
3434
<classpathentry kind="lib" path="/third-party/java/xml-apis/xml-apis-1.4.01.jar"/>
35-
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.13.0.jar"/>
35+
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.18.0.jar"/>
3636
<classpathentry kind="lib" path="/third-party/java/objenesis/objenesis-2.6.jar"/>
3737
<classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-api-1.7.25.jar"/>
3838
<classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-jdk14-1.7.25.jar"/>
3939
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.8.2.jar"/>
4040
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.13.1.jar" sourcepath="/third-party/java/testng/testng-6.13.1-sources.jar"/>
4141
<classpathentry kind="lib" path="/third-party/java/github/org.eclipse.egit.github.core-2.1.5.jar" sourcepath="/third-party/java/github/org.eclipse.egit.github.core-2.1.5.jar-sources.jar"/>
42-
<classpathentry kind="lib" path="/third-party/java/bytebuddy/byte-buddy-1.7.9.jar" sourcepath="/third-party/java/bytebuddy/byte-buddy-1.7.9-sources.jar"/>
42+
<classpathentry kind="lib" path="/third-party/java/bytebuddy/byte-buddy-1.8.3.jar" sourcepath="/third-party/java/bytebuddy/byte-buddy-1.8.3-sources.jar"/>
4343
<classpathentry kind="lib" path="/third-party/java/javaparser/javaparser-core-3.5.7.jar" sourcepath="/third-party/java/javaparser/javaparser-core-3.5.7-sources.jar"/>
4444
<classpathentry kind="lib" path="/third-party/java/okhttp3/okhttp-3.9.1.jar"/>
4545
<classpathentry kind="lib" path="/third-party/java/okio/okio-1.13.0.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/jcip/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip/jcip-annotations-1.0-sources.jar"/>
1616
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.19.Final.jar"/>
1717
<classpathentry kind="lib" path="/third-party/java/guava/guava-23.6-jre.jar" sourcepath="/third-party/java/guava/guava-23.6-jre-sources.jar"/>
18-
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.13.0.jar"/>
18+
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.18.0.jar"/>
1919
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
2020
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.19.jar" sourcepath="/third-party/java/yaml/snakeyaml-1.19-sources.jar"/>
2121
<classpathentry kind="lib" path="/third-party/java/beust/jcommander-1.72.jar"/>

third_party/java/bytebuddy/BUCK

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
prebuilt_jar(
22
name = 'byte-buddy',
3-
maven_coords = 'net.bytebuddy:byte-buddy:jar:1.7.9',
4-
binary_jar = 'byte-buddy-1.7.9.jar',
5-
source_jar = 'byte-buddy-1.7.9-sources.jar',
3+
maven_coords = 'net.bytebuddy:byte-buddy:jar:1.8.3',
4+
binary_jar = 'byte-buddy-1.8.3.jar',
5+
source_jar = 'byte-buddy-1.8.3-sources.jar',
66
visibility = [
77
'//java/client/src/org/openqa/selenium/remote:remote',
88
'//third_party/java/mockito:mockito-core',
@@ -11,9 +11,9 @@ prebuilt_jar(
1111

1212
prebuilt_jar(
1313
name = 'byte-buddy-agent',
14-
maven_coords = 'net.bytebuddy:byte-buddy-agent:jar:1.7.9',
15-
binary_jar = 'byte-buddy-agent-1.7.9.jar',
16-
source_jar = 'byte-buddy-agent-1.7.9-sources.jar',
14+
maven_coords = 'net.bytebuddy:byte-buddy-agent:jar:1.8.3',
15+
binary_jar = 'byte-buddy-agent-1.8.3.jar',
16+
source_jar = 'byte-buddy-agent-1.8.3-sources.jar',
1717
visibility = [
1818
'//third_party/java/mockito:mockito-core',
1919
],
Binary file not shown.
-2.79 MB
Binary file not shown.
Binary file not shown.
2.89 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)