HHH-4868 - Upgrade to Javassist 3.12.0.GA

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19625 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2010-05-26 22:27:27 +00:00
parent 6d01dd07b0
commit cd6cf45eb9
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.9.0.GA</version>
<version>3.12.0.GA</version>
</dependency>
<!-- cglib is optional, but if defined it should be version 2.2 -->
<dependency>