Upgrade to Commons-Fileupload 1.4
This commit is contained in:
committed by
Juergen Hoeller
parent
6004be9d31
commit
6bdf2c2685
@@ -45,7 +45,7 @@ dependencies {
|
||||
optional("org.apache.httpcomponents:httpasyncclient:4.1.4") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("commons-fileupload:commons-fileupload:1.3.3")
|
||||
optional("commons-fileupload:commons-fileupload:1.4")
|
||||
optional("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
|
||||
optional("com.fasterxml.woodstox:woodstox-core:5.2.0") { // woodstox before aalto
|
||||
exclude group: "stax", module: "stax-api"
|
||||
|
||||
@@ -53,7 +53,7 @@ dependencies {
|
||||
testCompile("org.apache.httpcomponents:httpclient:4.5.6") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
testCompile("commons-fileupload:commons-fileupload:1.3.3")
|
||||
testCompile("commons-fileupload:commons-fileupload:1.4")
|
||||
testCompile("commons-io:commons-io:2.5")
|
||||
testCompile("joda-time:joda-time:2.10.1")
|
||||
testCompile("org.mozilla:rhino:1.7.10")
|
||||
|
||||
Reference in New Issue
Block a user