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 2020/03/16 11:39:45 UTC

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

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 1a182c5  Upgrade Http Client to version 4.5.12
1a182c5 is described below

commit 1a182c5fdfba668e29b9c4281271f9b10654269b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 16 12:06:59 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index feed530..bb73b48 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -290,7 +290,7 @@
         <htrace-version>3.1.0-incubating</htrace-version>
         <httpunit-version>1.7</httpunit-version>
         <httpcore4-version>4.4.13</httpcore4-version>
-        <httpclient4-version>4.5.11</httpclient4-version>
+        <httpclient4-version>4.5.12</httpclient4-version>
         <httpasyncclient-version>4.1.4</httpasyncclient-version>
         <httpclient-version>3.1</httpclient-version>
         <hystrix-version>1.5.18</hystrix-version>