Skip to content

Commit a29188a

Browse files
committed
Upgrade to Hibernate Validator 5.3 (as well as Log4J 2.7, Protobuf 3.1, Tomcat 8.5.6)
Issue: SPR-13965
1 parent eafaaa5 commit a29188a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ configure(allprojects) { project ->
4949
ext.gsonVersion = "2.7"
5050
ext.hamcrestVersion = "1.3"
5151
ext.hibernate5Version = "5.2.3.Final"
52-
ext.hibval5Version = "5.3.0.CR1"
52+
ext.hibval5Version = "5.3.0.Final"
5353
ext.hsqldbVersion = "2.3.4"
5454
ext.httpasyncVersion = "4.1.2"
5555
ext.httpclientVersion = "4.5.2"
@@ -69,12 +69,12 @@ configure(allprojects) { project ->
6969
ext.junitVersion = "4.12"
7070
ext.junitJupiterVersion = '5.0.0-M2'
7171
ext.junitPlatformVersion = '1.0.0-M2'
72-
ext.log4jVersion = '2.6.2'
72+
ext.log4jVersion = '2.7'
7373
ext.nettyVersion = "4.1.5.Final"
7474
ext.okhttpVersion = "2.7.5"
7575
ext.okhttp3Version = "3.4.1"
7676
ext.poiVersion = "3.15"
77-
ext.protobufVersion = "3.0.2"
77+
ext.protobufVersion = "3.1.0"
7878
ext.quartzVersion = "2.2.3"
7979
ext.reactivestreamsVersion = "1.0.0"
8080
ext.reactorVersion = "2.0.8.RELEASE"
@@ -90,7 +90,7 @@ configure(allprojects) { project ->
9090
ext.snifferVersion = "1.15"
9191
ext.testngVersion = "6.9.12"
9292
ext.tiles3Version = "3.0.5"
93-
ext.tomcatVersion = "8.5.5"
93+
ext.tomcatVersion = "8.5.6"
9494
ext.tyrusVersion = "1.13"
9595
ext.undertowVersion = "1.4.3.Final"
9696
ext.websocketVersion = "1.1"

0 commit comments

Comments
 (0)