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 2021/12/16 12:53:34 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8428] Upgrade to httpcore 4.4.15

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

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


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new d9cc172  [AMQ-8428] Upgrade to httpcore 4.4.15
d9cc172 is described below

commit d9cc172d38d62502b3c58d317756f4e0bc12351f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Dec 10 09:47:30 2021 +0100

    [AMQ-8428] Upgrade to httpcore 4.4.15
    
    (cherry picked from commit a965c2e8dadb9b19c1a51a0dfb57f0878c543330)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8a7689c..f76d978 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <hawtbuf-version>1.11</hawtbuf-version>
     <hawtdispatch-version>1.22</hawtdispatch-version>
     <httpclient-version>4.5.13</httpclient-version>
-    <httpcore-version>4.4.14</httpcore-version>
+    <httpcore-version>4.4.15</httpcore-version>
     <insight-version>1.2.0.Beta4</insight-version>
     <jackson-version>2.12.5</jackson-version>
     <jasypt-version>1.9.3</jasypt-version>