Latest dependency updates (Hibernate Validator 5.3.3, RxJava 1.2.3, Undertow 1.4.6)
This commit is contained in:
parent
82ad86c9d3
commit
200fa5ed67
|
@ -48,7 +48,7 @@ configure(allprojects) { project ->
|
|||
ext.gsonVersion = "2.8.0"
|
||||
ext.hamcrestVersion = "1.3"
|
||||
ext.hibernate5Version = "5.2.4.Final"
|
||||
ext.hibval5Version = "5.3.2.Final"
|
||||
ext.hibval5Version = "5.3.3.Final"
|
||||
ext.hsqldbVersion = "2.3.4"
|
||||
ext.httpasyncVersion = "4.1.2"
|
||||
ext.httpclientVersion = "4.5.2"
|
||||
|
@ -80,7 +80,7 @@ configure(allprojects) { project ->
|
|||
ext.reactorCoreVersion = '3.0.3.RELEASE'
|
||||
ext.reactorNettyVersion = '0.6.0.BUILD-SNAPSHOT'
|
||||
ext.romeVersion = "1.7.0"
|
||||
ext.rxjavaVersion = '1.2.2'
|
||||
ext.rxjavaVersion = '1.2.3'
|
||||
ext.rxjavaAdapterVersion = '1.2.1'
|
||||
ext.rxjava2Version = '2.0.1'
|
||||
ext.rxnettyVersion = '0.5.2-rc.5'
|
||||
|
@ -92,7 +92,7 @@ configure(allprojects) { project ->
|
|||
ext.tiles3Version = "3.0.7"
|
||||
ext.tomcatVersion = "8.5.8"
|
||||
ext.tyrusVersion = "1.13"
|
||||
ext.undertowVersion = "1.4.4.Final"
|
||||
ext.undertowVersion = "1.4.6.Final"
|
||||
ext.websocketVersion = "1.1"
|
||||
ext.woodstoxVersion = "5.0.3"
|
||||
ext.xmlunitVersion = "2.2.1"
|
||||
|
|
Loading…
Reference in New Issue