update javassist for jdk9+
This commit is contained in:
parent
078af53b79
commit
b8d110870d
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
|
@ -17,7 +17,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.javassist</groupId>
|
<groupId>org.javassist</groupId>
|
||||||
<artifactId>javassist</artifactId>
|
<artifactId>javassist</artifactId>
|
||||||
<version>3.21.0-GA</version>
|
<version>3.26.0-GA</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue