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/06 20:44:17 UTC

[activemq] branch activemq-5.15.x updated: [AMQ-7384] Upgrade to httpcore 4.4.13

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 e6e10a8  [AMQ-7384] Upgrade to httpcore 4.4.13
e6e10a8 is described below

commit e6e10a8648dc30b886834d3a5c70d3da2b6db4a6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 28 14:33:21 2020 +0100

    [AMQ-7384] Upgrade to httpcore 4.4.13
    
    (cherry picked from commit 30a108f8dae6eeeb423190ac45ad021fc6e69bde)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cbc633a..54d8bba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
     <howl-version>0.1.8</howl-version>
     <hsqldb-version>1.8.0.12</hsqldb-version>
     <httpclient-version>4.5.11</httpclient-version>
-    <httpcore-version>4.4.11</httpcore-version>
+    <httpcore-version>4.4.13</httpcore-version>
     <insight-version>1.2.0.Beta4</insight-version>
     <jackson-version>2.9.10</jackson-version>
     <jackson-databind-version>2.9.10.1</jackson-databind-version>