Latest dependency updates (Hibernate Validator 5.1.3, Undertow 1.0.17, SnakeYAML 1.14)
This commit is contained in:
parent
ffc4e03293
commit
807864fa9a
|
|
@ -35,7 +35,7 @@ configure(allprojects) { project ->
|
|||
ext.hibernate3Version = "3.6.10.Final"
|
||||
ext.hibernate4Version = "4.3.6.Final"
|
||||
ext.hibVal4Version = "4.3.2.Final"
|
||||
ext.hibVal5Version = "5.1.2.Final"
|
||||
ext.hibVal5Version = "5.1.3.Final"
|
||||
ext.hsqldbVersion = "2.3.2"
|
||||
ext.jackson2Version = "2.4.3"
|
||||
ext.gsonVersion = "2.3"
|
||||
|
|
@ -48,13 +48,13 @@ configure(allprojects) { project ->
|
|||
ext.protobufVersion = "2.6.0"
|
||||
ext.reactorVersion = "1.1.5.RELEASE"
|
||||
ext.slf4jVersion = "1.7.7"
|
||||
ext.snakeYamlVersion = "1.13"
|
||||
ext.snakeYamlVersion = "1.14"
|
||||
ext.snifferVersion = "1.11"
|
||||
ext.tiles2Version = "2.2.2"
|
||||
ext.tiles3Version = "3.0.5"
|
||||
ext.tomcatVersion = "8.0.14"
|
||||
ext.tyrusVersion = "1.3.5"
|
||||
ext.undertowVersion = "1.0.16.Final"
|
||||
ext.undertowVersion = "1.0.17.Final"
|
||||
ext.xstreamVersion = "1.4.7"
|
||||
ext.woodstoxVersion = "4.4.1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue