Upgraded to Hibernate 4.2.9

This commit is contained in:
Juergen Hoeller 2014-02-28 14:00:00 +01:00
parent 6016536055
commit bc5af2c6b6
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ configure(allprojects) { project ->
ext.aspectjVersion = "1.7.4"
ext.groovyVersion = "1.8.9"
ext.hibernate3Version = "3.6.10.Final"
ext.hibernate4Version = "4.2.8.Final"
ext.hibernate4Version = "4.2.9.Final"
ext.hibValVersion = "4.3.1.Final"
ext.hsqldbVersion = "2.3.1"
ext.jackson1Version = "1.9.13"