Update javaparser

The latest version includes the BITWISE_COMPLEMENT fix we need to parse
the client's code.
pull/48/head
Graham 5 years ago
parent dfc2c4812c
commit 78816ef5f2
  1. 2
      pom.xml

@ -74,7 +74,7 @@
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-symbol-solver-core</artifactId>
<version>3.14.11-SNAPSHOT</version>
<version>3.14.14</version>
</dependency>
<dependency>
<groupId>dev.openrs2</groupId>

Loading…
Cancel
Save