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:52:59 UTC

[activemq] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new a965c2e  [AMQ-8428] Upgrade to httpcore 4.4.15
     new 3c699de  Merge pull request #733 from jbonofre/AMQ-8428
a965c2e is described below

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

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

diff --git a/pom.xml b/pom.xml
index 45370de..c37d84b 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>