Skip to content

Commit fb452fa

Browse files
committed
Upgrade to Apache HttpComponents HttpClient 4.3.5 and HttpAsyncClient 4.0.2
Issue: SPR-12100 (cherry picked from commit 5cd1e6a)
1 parent 2dd2b71 commit fb452fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ project("spring-web") {
578578
optional("aopalliance:aopalliance:1.0")
579579
optional("com.caucho:hessian:4.0.7")
580580
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")
583583
optional("org.codehaus.jackson:jackson-mapper-asl:${jackson1Version}")
584584
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
585585
optional("rome:rome:1.0")
@@ -764,7 +764,7 @@ project("spring-webmvc") {
764764
}
765765
testCompile("javax.validation:validation-api:1.0.0.GA")
766766
testCompile("org.hibernate:hibernate-validator:${hibVal4Version}")
767-
testCompile("org.apache.httpcomponents:httpclient:4.3.4")
767+
testCompile("org.apache.httpcomponents:httpclient:4.3.5")
768768
testCompile("commons-fileupload:commons-fileupload:1.3.1")
769769
testCompile("commons-io:commons-io:1.3")
770770
testCompile("joda-time:joda-time:${jodaVersion}")

0 commit comments

Comments
 (0)