Skip to content

Commit 4211565

Browse files
[FIX][#73] fix issue 73 use last version of javassist
1 parent cce321b commit 4211565

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,15 @@
138138
</dependency>
139139

140140
<!-- Do not change below dependency version unless testing properly -->
141-
<dependency>
141+
<!-- dependency>
142142
<groupId>javassist</groupId>
143143
<artifactId>javassist</artifactId>
144144
<version>3.12.1.GA</version>
145+
</dependency -->
146+
<dependency>
147+
<groupId>org.javassist</groupId>
148+
<artifactId>javassist</artifactId>
149+
<version>3.22.0-GA</version>
145150
</dependency>
146151
<dependency>
147152
<groupId>javax.enterprise</groupId>

0 commit comments

Comments
 (0)