[hibernate-commits] Hibernate SVN: r19801 - core/branches/Branch_3_3_2_GA_CP/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jun 23 13:34:22 EDT 2010


Author: stliu
Date: 2010-06-23 13:34:22 -0400 (Wed, 23 Jun 2010)
New Revision: 19801

Modified:
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
Log:
JBPAPP-4517 update javassist dependency to 3.12.0.GA in hibernate

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-06-23 16:18:16 UTC (rev 19800)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-06-23 17:34:22 UTC (rev 19801)
@@ -380,7 +380,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>



More information about the hibernate-commits mailing list