Skip to content

Commit 1067855

Browse files
committed
Upgrade to Hibernate 5.0.11 and Undertow 1.3.25
1 parent 964f40f commit 1067855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141
ext.hamcrestVersion = "1.3"
4242
ext.hibernate3Version = "3.6.10.Final"
4343
ext.hibernate4Version = "4.3.11.Final"
44-
ext.hibernate5Version = "5.0.10.Final"
44+
ext.hibernate5Version = "5.0.11.Final"
4545
ext.hibval4Version = "4.3.2.Final"
4646
ext.hibval5Version = "5.2.4.Final"
4747
ext.hsqldbVersion = "2.3.4"
@@ -70,7 +70,7 @@ configure(allprojects) { project ->
7070
ext.tiles3Version = "3.0.5"
7171
ext.tomcatVersion = "8.0.36"
7272
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
73-
ext.undertowVersion = "1.3.24.Final"
73+
ext.undertowVersion = "1.3.25.Final"
7474
ext.xmlunitVersion = "1.6"
7575
ext.xstreamVersion = "1.4.9"
7676

0 commit comments

Comments
 (0)