Skip to content

Commit 83617f3

Browse files
committed
Latest dependency updates (Hibernate ORM 5.2.9, Hibernate Validator 5.2.5, Undertow 1.3.28, Jetty 9.4.3, Joda-Time 2.9.9)
1 parent 21ac764 commit 83617f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ configure(allprojects) { project ->
4646
ext.hamcrestVersion = "1.3"
4747
ext.hibernate3Version = "3.6.10.Final"
4848
ext.hibernate4Version = "4.3.11.Final"
49-
ext.hibernate5Version = "5.2.8.Final"
49+
ext.hibernate5Version = "5.2.9.Final"
5050
ext.hibval4Version = "4.3.2.Final"
51-
ext.hibval5Version = "5.2.4.Final"
51+
ext.hibval5Version = "5.2.5.Final"
5252
ext.hsqldbVersion = "2.3.4"
5353
ext.httpasyncVersion = "4.1.3"
5454
ext.httpclientVersion = "4.5.3"
5555
ext.jackson2Version = "2.8.7"
5656
ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher
5757
ext.javamailVersion = "1.5.6"
5858
ext.jettyVersion = "9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement
59-
ext.jetty94Version = "9.4.2.v20170220" // for spring-websocket support, optimized for Jetty 9.4
60-
ext.jodaVersion = "2.9.7"
59+
ext.jetty94Version = "9.4.3.v20170317" // for spring-websocket support, optimized for Jetty 9.4
60+
ext.jodaVersion = "2.9.9"
6161
ext.jrubyVersion = "1.7.26" // JRuby 9000 primarily supported through JSR-223 (StandardScriptFactory)
6262
ext.jtaVersion = "1.2"
6363
ext.junitVersion = "4.12"
@@ -77,7 +77,7 @@ configure(allprojects) { project ->
7777
ext.tiles3Version = "3.0.7"
7878
ext.tomcatVersion = "8.5.11"
7979
ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support
80-
ext.undertowVersion = "1.3.27.Final"
80+
ext.undertowVersion = "1.3.28.Final"
8181
ext.xmlunitVersion = "1.6"
8282
ext.xstreamVersion = "1.4.9"
8383

0 commit comments

Comments
 (0)