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:43:25 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 30a108f  [AMQ-7384] Upgrade to httpcore 4.4.13
     new e112a71  Merge pull request #437 from jbonofre/AMQ-7384
30a108f is described below

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

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

diff --git a/pom.xml b/pom.xml
index eb34431..5d1bc08 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>