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") {
550550 optional(" aopalliance:aopalliance:1.0" )
551551 optional(" com.caucho:hessian:4.0.7" )
552552 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 " )
554554 optional(" org.apache.httpcomponents:httpasyncclient:4.0" )
555555 optional(" org.codehaus.jackson:jackson-mapper-asl:${ jackson1Version} " )
556556 optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
@@ -715,7 +715,7 @@ project("spring-webmvc") {
715715 }
716716 testCompile(" javax.validation:validation-api:1.0.0.GA" )
717717 testCompile(" org.hibernate:hibernate-validator:${ hibValVersion} " )
718- testCompile(" org.apache.httpcomponents:httpclient:4.3.1 " )
718+ testCompile(" org.apache.httpcomponents:httpclient:4.3.2 " )
719719 testCompile(" commons-fileupload:commons-fileupload:1.3" )
720720 testCompile(" commons-io:commons-io:1.3" )
721721 testCompile(" joda-time:joda-time:${ jodaVersion} " )
You can’t perform that action at this time.
0 commit comments