Latest dependency updates (Hibernate ORM 5.2.4, Undertow 1.4.4, Jetty 9.4 RC1)
This commit is contained in:
parent
1b0b269370
commit
f1c20a8d31
|
@ -48,7 +48,7 @@ configure(allprojects) { project ->
|
|||
ext.groovyVersion = "2.4.7"
|
||||
ext.gsonVersion = "2.7"
|
||||
ext.hamcrestVersion = "1.3"
|
||||
ext.hibernate5Version = "5.2.3.Final"
|
||||
ext.hibernate5Version = "5.2.4.Final"
|
||||
ext.hibval5Version = "5.3.0.Final"
|
||||
ext.hsqldbVersion = "2.3.4"
|
||||
ext.httpasyncVersion = "4.1.2"
|
||||
|
@ -59,7 +59,7 @@ configure(allprojects) { project ->
|
|||
ext.jaxbVersion = "2.2.11"
|
||||
ext.jaxwsVersion = "2.2.11"
|
||||
ext.jcaVersion = "1.7"
|
||||
ext.jettyVersion = "9.4.0.RC0"
|
||||
ext.jettyVersion = "9.4.0.RC1"
|
||||
ext.jmsVersion = "2.0.1"
|
||||
ext.jodaVersion = "2.9.4"
|
||||
ext.jpaVersion = "2.1.1"
|
||||
|
@ -93,7 +93,7 @@ configure(allprojects) { project ->
|
|||
ext.tiles3Version = "3.0.5"
|
||||
ext.tomcatVersion = "8.5.6"
|
||||
ext.tyrusVersion = "1.13"
|
||||
ext.undertowVersion = "1.4.3.Final"
|
||||
ext.undertowVersion = "1.4.4.Final"
|
||||
ext.websocketVersion = "1.1"
|
||||
ext.woodstoxVersion = "5.0.3"
|
||||
ext.xmlunitVersion = "2.2.1"
|
||||
|
|
Loading…
Reference in New Issue