File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -578,8 +578,8 @@ project("spring-web") {
578
578
optional(" aopalliance:aopalliance:1.0" )
579
579
optional(" com.caucho:hessian:4.0.7" )
580
580
optional(" commons-fileupload:commons-fileupload:1.3.1" )
581
- optional(" org.apache.httpcomponents:httpclient:4.3.4 " )
582
- optional(" org.apache.httpcomponents:httpasyncclient:4.0.1 " )
581
+ optional(" org.apache.httpcomponents:httpclient:4.3.5 " )
582
+ optional(" org.apache.httpcomponents:httpasyncclient:4.0.2 " )
583
583
optional(" org.codehaus.jackson:jackson-mapper-asl:${ jackson1Version} " )
584
584
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
585
585
optional(" rome:rome:1.0" )
@@ -764,7 +764,7 @@ project("spring-webmvc") {
764
764
}
765
765
testCompile(" javax.validation:validation-api:1.0.0.GA" )
766
766
testCompile(" org.hibernate:hibernate-validator:${ hibVal4Version} " )
767
- testCompile(" org.apache.httpcomponents:httpclient:4.3.4 " )
767
+ testCompile(" org.apache.httpcomponents:httpclient:4.3.5 " )
768
768
testCompile(" commons-fileupload:commons-fileupload:1.3.1" )
769
769
testCompile(" commons-io:commons-io:1.3" )
770
770
testCompile(" joda-time:joda-time:${ jodaVersion} " )
You can’t perform that action at this time.
0 commit comments