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 07ec709 [AMQ-8113] Upgrade to httpcore 4.4.14
07ec709 is described below
commit 07ec7097be4413938db1d0a152ca11437407505e
Author: jbonofre <jbonofre@apache.org>
AuthorDate: Sat Jan 9 07:37:46 2021 +0100
[AMQ-8113] Upgrade to httpcore 4.4.14
(cherry picked from commit ced719efcc57edb8a5c3375338351f43c4ec94b1)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5595174..ef860d7 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.13</httpcore-version>
+ <httpcore-version>4.4.14</httpcore-version>
<insight-version>1.2.0.Beta4</insight-version>
<jackson-version>2.9.10</jackson-version>
<jackson-databind-version>2.9.10.8</jackson-databind-version>
|