Upgrade to Hibernate 5.0.5 and Undertow 1.3.8

This commit is contained in:
Juergen Hoeller 2015-12-04 13:01:28 +01:00
parent 08b6daf1eb
commit 415b92b6d1
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ configure(allprojects) { project ->
ext.hamcrestVersion = "1.3"
ext.hibernate3Version = "3.6.10.Final"
ext.hibernate4Version = "4.3.11.Final"
ext.hibernate5Version = "5.0.4.Final"
ext.hibernate5Version = "5.0.5.Final"
ext.hibval4Version = "4.3.2.Final"
ext.hibval5Version = "5.2.2.Final"
ext.hsqldbVersion = "2.3.3"
@ -74,7 +74,7 @@ configure(allprojects) { project ->
ext.tiles3Version = "3.0.5"
ext.tomcatVersion = "8.0.29"
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
ext.undertowVersion = "1.3.7.Final"
ext.undertowVersion = "1.3.8.Final"
ext.woodstoxVersion = "5.0.1"
ext.xmlunitVersion = "1.6"
ext.xstreamVersion = "1.4.8"