From 83617f382cebf82ffe6dcc3a0cf7770c0dee8c84 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 24 Mar 2017 13:41:57 +0100 Subject: [PATCH] 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) --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 0eaf1253f05..c90c9328c98 100644 --- a/build.gradle +++ b/build.gradle @@ -46,9 +46,9 @@ configure(allprojects) { project -> ext.hamcrestVersion = "1.3" ext.hibernate3Version = "3.6.10.Final" ext.hibernate4Version = "4.3.11.Final" - ext.hibernate5Version = "5.2.8.Final" + ext.hibernate5Version = "5.2.9.Final" ext.hibval4Version = "4.3.2.Final" - ext.hibval5Version = "5.2.4.Final" + ext.hibval5Version = "5.2.5.Final" ext.hsqldbVersion = "2.3.4" ext.httpasyncVersion = "4.1.3" ext.httpclientVersion = "4.5.3" @@ -56,8 +56,8 @@ configure(allprojects) { project -> ext.jasperreportsVersion = "6.2.1" // our tests fail with JR-internal NPEs against 6.2.2 and higher ext.javamailVersion = "1.5.6" ext.jettyVersion = "9.3.14.v20161028" // as of 9.3.15, Jetty has hard Servlet 3.1 requirement - ext.jetty94Version = "9.4.2.v20170220" // for spring-websocket support, optimized for Jetty 9.4 - ext.jodaVersion = "2.9.7" + ext.jetty94Version = "9.4.3.v20170317" // for spring-websocket support, optimized for Jetty 9.4 + ext.jodaVersion = "2.9.9" ext.jrubyVersion = "1.7.26" // JRuby 9000 primarily supported through JSR-223 (StandardScriptFactory) ext.jtaVersion = "1.2" ext.junitVersion = "4.12" @@ -77,7 +77,7 @@ configure(allprojects) { project -> ext.tiles3Version = "3.0.7" ext.tomcatVersion = "8.5.11" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support - ext.undertowVersion = "1.3.27.Final" + ext.undertowVersion = "1.3.28.Final" ext.xmlunitVersion = "1.6" ext.xstreamVersion = "1.4.9"