This is an automated email from the ASF dual-hosted git repository.
tabish pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/master by this push:
new c8d4ebf AMQ-7495 Update Qpid JMS and Proton-j along with Netty to
latest
c8d4ebf is described below
commit c8d4ebfe7a7641c63e6d202a1d35331155bfa994
Author: Timothy Bish <[email protected]>
AuthorDate: Mon Jun 8 11:19:47 2020 -0400
AMQ-7495 Update Qpid JMS and Proton-j along with Netty to latest
Update Qpid JMS to v0.52.0
Update Proton-J 0.33.5
Update Netty 4.1.50.Final to match Qpid JMS deps
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 78acfbd..aeb08bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,10 +105,10 @@
<p2psockets-version>1.1.2</p2psockets-version>
<linkedin-zookeeper-version>1.4.0</linkedin-zookeeper-version>
<zookeeper-version>3.4.14</zookeeper-version>
- <qpid-proton-version>0.33.3</qpid-proton-version>
- <qpid-jms-version>0.49.0</qpid-jms-version>
+ <qpid-proton-version>0.33.5</qpid-proton-version>
+ <qpid-jms-version>0.52.0</qpid-jms-version>
<qpid-jms-netty-version>4.1.46.Final</qpid-jms-netty-version>
- <qpid-jms-proton-version>0.33.3</qpid-jms-proton-version>
+ <qpid-jms-proton-version>0.33.5</qpid-jms-proton-version>
<netty-all-version>4.1.46.Final</netty-all-version>
<regexp-version>1.3</regexp-version>
<rome-version>1.12.2</rome-version>