Browse Source

javassist 升级至 3.30.2-GA,解决 Method.setAccessible(...) 抛出异常问题

James 1 year ago
parent
commit
52d11a7142
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -232,7 +232,7 @@
 		<dependency>
             <groupId>org.javassist</groupId>
             <artifactId>javassist</artifactId>
-            <version>3.29.2-GA</version>
+            <version>3.30.2-GA</version>
             <scope>provided</scope>
         </dependency>