Skip to content

Commit

Permalink
Merge pull request mybatis#806 from wuwen5/upgrade-javassist
Browse files Browse the repository at this point in the history
upgrade javassist version to 3.21.0-GA
  • Loading branch information
hazendaz committed Oct 13, 2016
2 parents 0261a04 + 21e13dc commit 49940ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.20.0-GA</version>
<version>3.21.0-GA</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 49940ac

Please sign in to comment.