Upgrade to Hibernate ORM 5.2.6

This commit is contained in:
Juergen Hoeller 2016-12-21 09:59:43 +01:00
parent 483abfe266
commit 4125825cf3
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ configure(allprojects) { project ->
ext.groovyVersion = "2.4.7"
ext.gsonVersion = "2.8.0"
ext.hamcrestVersion = "1.3"
ext.hibernate5Version = "5.2.5.Final"
ext.hibernate5Version = "5.2.6.Final"
ext.hibval5Version = "5.4.0.Beta1"
ext.hsqldbVersion = "2.3.4"
ext.httpasyncVersion = "4.1.2"