Skip to content

Commit 69caeb5

Browse files
authored
Merge pull request #75 from franck-benault/master
[FIX][#73] fix issue 73 use last version of javassist
2 parents cce321b + 4211565 commit 69caeb5

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)