From 5cd1e6aff4c39f28dd8c55064bc24c46e8eded1b Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 19 Aug 2014 20:54:22 +0200 Subject: [PATCH] Upgrade to Apache HttpComponents HttpClient 4.3.5 and HttpAsyncClient 4.0.2 Issue: SPR-12100 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3cad94f21f..6509381836 100644 --- a/build.gradle +++ b/build.gradle @@ -673,8 +673,8 @@ project("spring-web") { optional("org.codehaus.groovy:groovy-all:${groovyVersion}") optional("com.caucho:hessian:4.0.38") optional("commons-fileupload:commons-fileupload:1.3.1") - optional("org.apache.httpcomponents:httpclient:4.3.4") - optional("org.apache.httpcomponents:httpasyncclient:4.0.1") + optional("org.apache.httpcomponents:httpclient:4.3.5") + optional("org.apache.httpcomponents:httpasyncclient:4.0.2") optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}") optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}") optional("com.google.code.gson:gson:${gsonVersion}") @@ -875,7 +875,7 @@ project("spring-webmvc") { } testCompile("javax.validation:validation-api:1.0.0.GA") testCompile("org.hibernate:hibernate-validator:${hibVal4Version}") - testCompile("org.apache.httpcomponents:httpclient:4.3.4") + testCompile("org.apache.httpcomponents:httpclient:4.3.5") testCompile("commons-fileupload:commons-fileupload:1.3.1") testCompile("commons-io:commons-io:1.3") testCompile("joda-time:joda-time:${jodaVersion}")