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 56ffcae AMQ-7179 Update Qpid JMS and Proton-j to latest and sync netty
56ffcae is described below
commit 56ffcae3c7161b9c8e8a8fa121b8505659dda0cb
Author: Timothy Bish <tabish121@gmail.com>
AuthorDate: Tue Apr 9 11:23:36 2019 -0400
AMQ-7179 Update Qpid JMS and Proton-j to latest and sync netty
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index d5f380d..4bdff14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,11 +104,11 @@
<p2psockets-version>1.1.2</p2psockets-version>
<linkedin-zookeeper-version>1.4.0</linkedin-zookeeper-version>
<zookeeper-version>3.4.6</zookeeper-version>
- <qpid-proton-version>0.31.0</qpid-proton-version>
- <qpid-jms-version>0.40.0</qpid-jms-version>
- <qpid-jms-netty-version>4.1.32.Final</qpid-jms-netty-version>
- <qpid-jms-proton-version>0.31.0</qpid-jms-proton-version>
- <netty-all-version>4.1.32.Final</netty-all-version>
+ <qpid-proton-version>0.32.0</qpid-proton-version>
+ <qpid-jms-version>0.41.0</qpid-jms-version>
+ <qpid-jms-netty-version>4.1.34.Final</qpid-jms-netty-version>
+ <qpid-jms-proton-version>0.32.0</qpid-jms-proton-version>
+ <netty-all-version>4.1.34.Final</netty-all-version>
<regexp-version>1.3</regexp-version>
<rome-version>1.0</rome-version>
<saxon-version>9.5.1-5</saxon-version>
|