summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/host-http/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2013-01-15 16:27:11 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2013-01-15 16:27:11 +0000
commit4e3a305df293baa260b2e000012daa3542273592 (patch)
treeae1e8fbd99991cfd8675e2611cc14cc50f8bcd20 /sca-java-2.x/trunk/modules/host-http/pom.xml
parent2853156a2bce535bcaa440c37cf872916f76c03b (diff)
Upgrade to http client 4.2.3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1433495 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/host-http/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/host-http/pom.xml b/sca-java-2.x/trunk/modules/host-http/pom.xml
index fd920692ad..c0af951eed 100644
--- a/sca-java-2.x/trunk/modules/host-http/pom.xml
+++ b/sca-java-2.x/trunk/modules/host-http/pom.xml
@@ -46,14 +46,14 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.2.1</version>
+ <version>4.2.3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.2.1</version>
+ <version>4.2.3</version>
<optional>true</optional>
</dependency>