Skip to content

Commit d55c22e

Browse files
committed
Upgraded to Apache HttpComponents HttpClient 4.3.2
Issue: SPR-11383
1 parent f27304d commit d55c22e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}")

0 commit comments

Comments
 (0)