From 24b9e3a0be101c0ccc9d4a4063fd24a66529cf16 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 2 Jun 2016 17:14:29 +0200 Subject: [PATCH] Latest applicable dependency updates (Commons FileUpload 1.3.2, Tomcat 8.0.35, HSQLDB 2.3.4, H2 1.4.192) --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 3880c2e80c5..59100af5907 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ configure(allprojects) { project -> ext.ehcachejcacheVersion = "1.0.1" ext.ehcache3Version = "3.0.1" ext.ejbVersion = "3.0" - ext.fileuploadVersion = "1.3.1" + ext.fileuploadVersion = "1.3.2" ext.freemarkerVersion = "2.3.23" ext.groovyVersion = "2.4.6" ext.gsonVersion = "2.6.2" @@ -44,7 +44,7 @@ configure(allprojects) { project -> ext.hibernate5Version = "5.0.9.Final" ext.hibval4Version = "4.3.2.Final" ext.hibval5Version = "5.2.4.Final" - ext.hsqldbVersion = "2.3.3" + ext.hsqldbVersion = "2.3.4" ext.httpasyncVersion = "4.1.1" ext.httpclientVersion = "4.5.2" ext.jackson2Version = "2.6.6" @@ -67,7 +67,7 @@ configure(allprojects) { project -> ext.testngVersion = "6.9.10" ext.tiles2Version = "2.2.2" ext.tiles3Version = "3.0.5" - ext.tomcatVersion = "8.0.33" + ext.tomcatVersion = "8.0.35" ext.tyrusVersion = "1.3.5" // constrained by WebLogic 12.1.3 support ext.undertowVersion = "1.3.22.Final" ext.xmlunitVersion = "1.6" @@ -617,7 +617,7 @@ project("spring-jdbc") { optional("javax.transaction:javax.transaction-api:${jtaVersion}") optional("com.mchange:c3p0:0.9.5.2") optional("org.hsqldb:hsqldb:${hsqldbVersion}") - optional("com.h2database:h2:1.4.191") + optional("com.h2database:h2:1.4.192") optional("org.apache.derby:derby:10.12.1.1") optional("org.apache.derby:derbyclient:10.12.1.1") }