You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/10/30 12:56:59 UTC

[activemq-artemis] branch master updated: ARTEMIS-2960 Update httpcomponents

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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new ed2c936  ARTEMIS-2960 Update httpcomponents
     new 0f6ad04  This closes #3314
ed2c936 is described below

commit ed2c936f24223cc837d50efb7c0807b915a671dd
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Mon Oct 26 11:16:54 2020 +0100

    ARTEMIS-2960 Update httpcomponents
---
 artemis-rest/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/artemis-rest/pom.xml b/artemis-rest/pom.xml
index 9d62a30..f84f080 100644
--- a/artemis-rest/pom.xml
+++ b/artemis-rest/pom.xml
@@ -153,12 +153,12 @@
       <dependency>
          <groupId>org.apache.httpcomponents</groupId>
          <artifactId>httpcore</artifactId>
-         <version>4.3.3</version>
+         <version>4.4.13</version>
       </dependency>
       <dependency>
          <groupId>org.apache.httpcomponents</groupId>
          <artifactId>httpclient</artifactId>
-         <version>4.3.6</version>
+         <version>4.5.13</version>
       </dependency>
       <dependency>
          <groupId>junit</groupId>