File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ project("spring-web") {
550
550
optional(" aopalliance:aopalliance:1.0" )
551
551
optional(" com.caucho:hessian:4.0.7" )
552
552
optional(" commons-fileupload:commons-fileupload:1.3" )
553
- optional(" org.apache.httpcomponents:httpclient:4.3.1 " )
553
+ optional(" org.apache.httpcomponents:httpclient:4.3.2 " )
554
554
optional(" org.apache.httpcomponents:httpasyncclient:4.0" )
555
555
optional(" org.codehaus.jackson:jackson-mapper-asl:${ jackson1Version} " )
556
556
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
@@ -715,7 +715,7 @@ project("spring-webmvc") {
715
715
}
716
716
testCompile(" javax.validation:validation-api:1.0.0.GA" )
717
717
testCompile(" org.hibernate:hibernate-validator:${ hibValVersion} " )
718
- testCompile(" org.apache.httpcomponents:httpclient:4.3.1 " )
718
+ testCompile(" org.apache.httpcomponents:httpclient:4.3.2 " )
719
719
testCompile(" commons-fileupload:commons-fileupload:1.3" )
720
720
testCompile(" commons-io:commons-io:1.3" )
721
721
testCompile(" joda-time:joda-time:${ jodaVersion} " )
You can’t perform that action at this time.
0 commit comments