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 2019/06/18 02:32:09 UTC

[activemq-artemis] branch master updated: ARTEMIS-2379 AMQP: Update Qpid JMS and Proton-J to latest releases

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 fe3beba  ARTEMIS-2379 AMQP: Update Qpid JMS and Proton-J to latest releases
     new 9021c89  This closes #2702
fe3beba is described below

commit fe3bebaa91ac1bb210f0703081de1305bc147263
Author: Francesco Nigro <ni...@gmail.com>
AuthorDate: Fri Jun 14 08:17:30 2019 +0200

    ARTEMIS-2379 AMQP: Update Qpid JMS and Proton-J to latest releases
    
    Qpid JMS to 0.43.0 and proton-j to 0.33.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 22896a0..436adf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,10 +92,10 @@
       <mockito.version>2.8.47</mockito.version>
       <netty.version>4.1.34.Final</netty.version>
       <netty-tcnative-version>2.0.22.Final</netty-tcnative-version>
-      <proton.version>0.33.0</proton.version>
+      <proton.version>0.33.1</proton.version>
       <resteasy.version>3.0.19.Final</resteasy.version>
       <slf4j.version>1.7.21</slf4j.version>
-      <qpid.jms.version>0.42.0</qpid.jms.version>
+      <qpid.jms.version>0.43.0</qpid.jms.version>
       <johnzon.version>0.9.5</johnzon.version>
       <json-p.spec.version>1.0-alpha-1</json-p.spec.version>
       <javax.inject.version>1</javax.inject.version>