Browse Source

Latest applicable dependency updates (Commons FileUpload 1.3.2, Tomcat 8.0.35, HSQLDB 2.3.4, H2 1.4.192)

pull/1086/head
Juergen Hoeller 10 years ago
parent
commit
24b9e3a0be
  1. 8
      build.gradle

8
build.gradle

@ -33,7 +33,7 @@ configure(allprojects) { project -> @@ -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 -> @@ -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 -> @@ -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") { @@ -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")
}

Loading…
Cancel
Save