You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/02/04 14:25:43 UTC

[activemq] branch activemq-5.15.x updated: [AMQ-7383] Upgrade to httpclient 4.5.11

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

jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 2c80ef9  [AMQ-7383] Upgrade to httpclient 4.5.11
2c80ef9 is described below

commit 2c80ef90de326aadc0a06a377357656d5a35d3fc
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 28 14:34:35 2020 +0100

    [AMQ-7383] Upgrade to httpclient 4.5.11
    
    (cherry picked from commit 60b6b03b5b0dedbfa250a16108dcc1d3af1f70b7)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6041bd8..50080f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <hawtdispatch-version>1.22</hawtdispatch-version>
     <howl-version>0.1.8</howl-version>
     <hsqldb-version>1.8.0.12</hsqldb-version>
-    <httpclient-version>4.5.9</httpclient-version>
+    <httpclient-version>4.5.11</httpclient-version>
     <httpcore-version>4.4.11</httpcore-version>
     <insight-version>1.2.0.Beta4</insight-version>
     <jackson-version>2.9.10</jackson-version>