You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2020/07/15 19:02:57 UTC

[qpid-jms] branch master updated: QPIDJMS-499 Update netty and mockito libraries to latest releases

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 352b144  QPIDJMS-499 Update netty and mockito libraries to latest releases
352b144 is described below

commit 352b1444d208a655513f62d79e60af9ca5aed61f
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Wed Jul 15 15:02:44 2020 -0400

    QPIDJMS-499 Update netty and mockito libraries to latest releases
    
    Update Netty and the tcnative libraries along with Mockito to latest
    releases.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a352b48..5f466ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   <properties>
     <!-- Dependency Versions for this Project -->
     <proton-version>0.33.5</proton-version>
-    <netty-version>4.1.50.Final</netty-version>
+    <netty-version>4.1.51.Final</netty-version>
     <slf4j-version>1.7.30</slf4j-version>
     <log4j-slf4j-version>2.13.3</log4j-slf4j-version>
     <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
@@ -46,12 +46,12 @@
     <opentracing-version>0.33.0</opentracing-version>
 
     <!-- Test Dependency Versions for this Project -->
-    <netty-tcnative-version>2.0.30.Final</netty-tcnative-version>
+    <netty-tcnative-version>2.0.31.Final</netty-tcnative-version>
     <activemq-version>5.15.12</activemq-version>
     <junit-version>4.13</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>
     <jetty-version>9.4.22.v20191022</jetty-version>
-    <mockito-version>3.3.3</mockito-version>
+    <mockito-version>3.4.0</mockito-version>
     <hamcrest-version>2.2</hamcrest-version>
     <hadoop-minikdc-version>2.9.0</hadoop-minikdc-version>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org