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/qpid-jms.git
The following commit(s) were added to refs/heads/master by this push:
new 59f62b1 QPIDJMS-445 Update Netty libraries to latest
59f62b1 is described below
commit 59f62b111687072fad3302fb4c6f91a389b4c0e6
Author: Timothy Bish <[email protected]>
AuthorDate: Fri Mar 8 11:36:05 2019 -0500
QPIDJMS-445 Update Netty libraries to latest
Update to Netty 4.1.34.Final and Netty nateives 2.22.0.Final
Updates Mockito to latest 2.25.0 release
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 37c4aa7..917c4e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,17 +40,17 @@
<!-- Dependency Versions for this Project -->
<proton-version>0.31.0</proton-version>
- <netty-version>4.1.32.Final</netty-version>
+ <netty-version>4.1.34.Final</netty-version>
<slf4j-version>1.7.25</slf4j-version>
<geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
<!-- Test Dependency Versions for this Project -->
- <netty-tcnative-version>2.0.20.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.22.Final</netty-tcnative-version>
<activemq-version>5.15.8</activemq-version>
<junit-version>4.12</junit-version>
<fuse-joram-tests-version>1.0</fuse-joram-tests-version>
<jetty-version>9.4.12.v20180830</jetty-version>
- <mockito-version>2.23.4</mockito-version>
+ <mockito-version>2.25.0</mockito-version>
<hamcrest-version>1.3</hamcrest-version>
<hadoop-minikdc-version>2.9.0</hadoop-minikdc-version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]