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/03/02 16:59:30 UTC

[activemq] branch activemq-5.15.x updated: [AMQ-7432] Upgrade to netty 4.1.45.Final

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

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


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 105ff04  [AMQ-7432] Upgrade to netty 4.1.45.Final
105ff04 is described below

commit 105ff048a25f84791b7fdfbfc350e965c92509f3
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Mar 2 16:29:32 2020 +0100

    [AMQ-7432] Upgrade to netty 4.1.45.Final
    
    (cherry picked from commit a50b42b51a89518b5ee9c8127d554dbafa674c2c)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 96849cc..1c4bb90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,7 @@
     <zookeeper-version>3.4.14</zookeeper-version>
     <qpid-proton-version>0.33.3</qpid-proton-version>
     <qpid-jms-version>0.48.0</qpid-jms-version>
-    <qpid-jms-netty-version>4.1.43.Final</qpid-jms-netty-version>
+    <qpid-jms-netty-version>4.1.45.Final</qpid-jms-netty-version>
     <qpid-jms-proton-version>0.33.3</qpid-jms-proton-version>
     <netty-all-version>4.1.43.Final</netty-all-version>
     <regexp-version>1.3</regexp-version>