Skip to content

Commit bb45a71

Browse files
committed
Upgrade to javassist 3.22.0-GA
Fixes gh-1124
1 parent fe6ba2b commit bb45a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>org.javassist</groupId>
155155
<artifactId>javassist</artifactId>
156-
<version>3.22.0-CR2</version>
156+
<version>3.22.0-GA</version>
157157
<scope>compile</scope>
158158
<optional>true</optional>
159159
</dependency>

0 commit comments

Comments
 (0)