Browse Source

Upgrade to Commons-Fileupload 1.4

pull/22315/head
Marten Deinum 6 years ago committed by Juergen Hoeller
parent
commit
6bdf2c2685
  1. 2
      spring-web/spring-web.gradle
  2. 2
      spring-webmvc/spring-webmvc.gradle

2
spring-web/spring-web.gradle

@ -45,7 +45,7 @@ dependencies { @@ -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"

2
spring-webmvc/spring-webmvc.gradle

@ -53,7 +53,7 @@ dependencies { @@ -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")

Loading…
Cancel
Save