You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2019/08/26 20:06:43 UTC

[activemq] branch activemq-5.15.x updated: AMQ-7290 Update Qpid JMS and Netty to lastest releases

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

tabish 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 9baeaef  AMQ-7290 Update Qpid JMS and Netty to lastest releases
9baeaef is described below

commit 9baeaef179b9c753fda6027165373c117179084b
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Mon Aug 26 14:51:45 2019 -0400

    AMQ-7290 Update Qpid JMS and Netty to lastest releases
    
    (cherry picked from commit c29066cfb762f3577a10ea19cd9dc7f3d6284149)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 593a0a6..99a91ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,10 +105,10 @@
     <linkedin-zookeeper-version>1.4.0</linkedin-zookeeper-version>
     <zookeeper-version>3.4.14</zookeeper-version>
     <qpid-proton-version>0.33.2</qpid-proton-version>
-    <qpid-jms-version>0.44.0</qpid-jms-version>
-    <qpid-jms-netty-version>4.1.37.Final</qpid-jms-netty-version>
+    <qpid-jms-version>0.45.0</qpid-jms-version>
+    <qpid-jms-netty-version>4.1.39.Final</qpid-jms-netty-version>
     <qpid-jms-proton-version>0.33.2</qpid-jms-proton-version>
-    <netty-all-version>4.1.37.Final</netty-all-version>
+    <netty-all-version>4.1.39.Final</netty-all-version>
     <regexp-version>1.3</regexp-version>
     <rome-version>1.12.1</rome-version>
     <saxon-version>9.5.1-5</saxon-version>