From: jfarrell Date: Fri, 21 Jun 2013 19:50:31 +0000 (-0500) Subject: Thrift-1919:libthrift depends on httpcore-4.1.3 (directly) and httpcore-4.1.4 (transi... X-Git-Tag: 0.9.1~63 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=0f0558ab1f6a5e240094cc4fee6f2c2689711f55;p=common%2Fthrift.git 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 --- 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