Upgrade to Apache HttpClient 4.5.1 and Derby 10.12.1.1

This commit is contained in:
Juergen Hoeller
2015-10-15 00:22:21 +02:00
parent 8ac3ec5cf7
commit 161fd98656

View File

@@ -47,7 +47,7 @@ configure(allprojects) { project ->
ext.hsqldbVersion = "2.3.3"
ext.htmlunitVersion = "2.18"
ext.httpasyncVersion = "4.1"
ext.httpclientVersion = "4.5"
ext.httpclientVersion = "4.5.1"
ext.jackson2Version = "2.6.3"
ext.jasperreportsVersion = "6.1.1"
ext.javamailVersion = "1.5.4"
@@ -631,8 +631,8 @@ project("spring-jdbc") {
optional("com.mchange:c3p0:0.9.5.1")
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
optional("com.h2database:h2:1.4.190")
optional("org.apache.derby:derby:10.11.1.1")
optional("org.apache.derby:derbyclient:10.11.1.1")
optional("org.apache.derby:derby:10.12.1.1")
optional("org.apache.derby:derbyclient:10.12.1.1")
}
}