Upgrade to Apache HttpClient 4.5.1 and Derby 10.12.1.1
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user