You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/09/14 21:13:18 UTC

incubator-juneau git commit: Use latest version of HttpClient 4.5

Repository: incubator-juneau
Updated Branches:
  refs/heads/master a024ca7ee -> 1c5ac9a92


Use latest version of HttpClient 4.5

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/1c5ac9a9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/1c5ac9a9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/1c5ac9a9

Branch: refs/heads/master
Commit: 1c5ac9a92b14189b98016434b0899f0329b8e2bf
Parents: a024ca7
Author: JamesBognar <ja...@apache.org>
Authored: Thu Sep 14 17:13:15 2017 -0400
Committer: JamesBognar <ja...@apache.org>
Committed: Thu Sep 14 17:13:15 2017 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/1c5ac9a9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index db848eb..976c80b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 		<junit.version>4.11</junit.version>
 		<jaxrs.version>1.1.1</jaxrs.version>
 		<servlet.version>3.1.0</servlet.version>
-		<httpclient.version>4.5</httpclient.version>
+		<httpclient.version>4.5.3</httpclient.version>
 	</properties>
 
 	<dependencyManagement>