Skip to content

Commit dff7251

Browse files
committed
Bump java parser to a version that supports java 9 module-info parsing
1 parent b5d9646 commit dff7251

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.idea/libraries/javaparser.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
@@ -40,7 +40,7 @@
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"/>
4242
<classpathentry kind="lib" path="/third-party/java/bytebuddy/byte-buddy-1.8.15.jar" sourcepath="/third-party/java/bytebuddy/byte-buddy-1.8.15-sources.jar"/>
43-
<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"/>
43+
<classpathentry kind="lib" path="/third-party/java/javaparser/javaparser-core-3.6.14.jar" sourcepath="/third-party/java/javaparser/javaparser-core-3.6.14-sources.jar"/>
4444
<classpathentry kind="lib" path="/third-party/java/okhttp3/okhttp-3.10.0.jar"/>
4545
<classpathentry kind="lib" path="/third-party/java/okio/okio-1.14.1.jar"/>
4646
<classpathentry kind="lib" path="/third-party/java/auto/auto-common-0.8.jar" sourcepath="/third-party/java/auto/auto-common-0.8-sources.jar"/>

third_party/java/javaparser/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
prebuilt_jar(
22
name = 'javaparser-core',
3-
maven_coords = 'com.github.javaparser:javaparser-core:jar:3.5.7',
4-
binary_jar = 'javaparser-core-3.5.7.jar',
5-
source_jar = 'javaparser-core-3.5.7-sources.jar',
3+
maven_coords = 'com.github.javaparser:javaparser-core:jar:3.6.14',
4+
binary_jar = 'javaparser-core-3.6.14.jar',
5+
source_jar = 'javaparser-core-3.6.14-sources.jar',
66
visibility = [
77
'//java/client/src/org/openqa/selenium/tools:package-lib',
88
],
-1.02 MB
Binary file not shown.

third_party/java/javaparser/javaparser-core-3.5.7-sources.jar renamed to third_party/java/javaparser/javaparser-core-3.6.14-sources.jar

612 KB
Binary file not shown.
1.08 MB
Binary file not shown.

0 commit comments

Comments
 (0)