You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/06/20 08:03:21 UTC

[camel] branch master updated: Upgrade Http Client to version 4.5.9

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 07741a4  Upgrade Http Client to version 4.5.9
07741a4 is described below

commit 07741a47398f7a2eb5b843eb0650a99f2130078e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jun 20 10:02:42 2019 +0200

    Upgrade Http Client to version 4.5.9
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1ed44d6..8a59c73 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -293,7 +293,7 @@
         <htrace-version>3.1.0-incubating</htrace-version>
         <httpunit-version>1.7</httpunit-version>
         <httpcore4-version>4.4.11</httpcore4-version>
-        <httpclient4-version>4.5.8</httpclient4-version>
+        <httpclient4-version>4.5.9</httpclient4-version>
         <httpasyncclient-version>4.1.4</httpasyncclient-version>
         <httpclient-version>3.1</httpclient-version>
         <hystrix-version>1.5.18</hystrix-version>