From 0f0558ab1f6a5e240094cc4fee6f2c2689711f55 Mon Sep 17 00:00:00 2001 From: jfarrell Date: Fri, 21 Jun 2013 14:50:31 -0500 Subject: [PATCH] Thrift-1919:libthrift depends on httpcore-4.1.3 (directly) and httpcore-4.1.4 (transitively) Client: java Patch: Jake Farrell Updates version of httpcore and httpclient --- lib/java/build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/java/build.properties b/lib/java/build.properties index f19d4856..8d603a68 100644 --- a/lib/java/build.properties +++ b/lib/java/build.properties @@ -24,8 +24,8 @@ maven-repository-id=apache.releases.https mvn.ant.task.version=2.1.3 # Dependency versions -httpclient.version=4.2.1 -httpcore.version=4.2.2 +httpclient.version=4.2.5 +httpcore.version=4.2.4 slf4j.version=1.5.8 commons-lang3.version=3.1 servlet.version=2.5 -- 2.17.1