Skip to content

Commit 200fa5e

Browse files
committed
Latest dependency updates (Hibernate Validator 5.3.3, RxJava 1.2.3, Undertow 1.4.6)
1 parent 82ad86c commit 200fa5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ configure(allprojects) { project ->
4848
ext.gsonVersion = "2.8.0"
4949
ext.hamcrestVersion = "1.3"
5050
ext.hibernate5Version = "5.2.4.Final"
51-
ext.hibval5Version = "5.3.2.Final"
51+
ext.hibval5Version = "5.3.3.Final"
5252
ext.hsqldbVersion = "2.3.4"
5353
ext.httpasyncVersion = "4.1.2"
5454
ext.httpclientVersion = "4.5.2"
@@ -80,7 +80,7 @@ configure(allprojects) { project ->
8080
ext.reactorCoreVersion = '3.0.3.RELEASE'
8181
ext.reactorNettyVersion = '0.6.0.BUILD-SNAPSHOT'
8282
ext.romeVersion = "1.7.0"
83-
ext.rxjavaVersion = '1.2.2'
83+
ext.rxjavaVersion = '1.2.3'
8484
ext.rxjavaAdapterVersion = '1.2.1'
8585
ext.rxjava2Version = '2.0.1'
8686
ext.rxnettyVersion = '0.5.2-rc.5'
@@ -92,7 +92,7 @@ configure(allprojects) { project ->
9292
ext.tiles3Version = "3.0.7"
9393
ext.tomcatVersion = "8.5.8"
9494
ext.tyrusVersion = "1.13"
95-
ext.undertowVersion = "1.4.4.Final"
95+
ext.undertowVersion = "1.4.6.Final"
9696
ext.websocketVersion = "1.1"
9797
ext.woodstoxVersion = "5.0.3"
9898
ext.xmlunitVersion = "2.2.1"

0 commit comments

Comments
 (0)