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/03/17 16:40:59 UTC

[qpid-jms] branch master updated: QPIDJMS-494 Update netty to latest 4.1.48.Final release

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 282279d  QPIDJMS-494 Update netty to latest 4.1.48.Final release
282279d is described below

commit 282279da25afdf1630328cd7e8e6366e4a708f74
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Tue Mar 17 12:40:41 2020 -0400

    QPIDJMS-494 Update netty to latest 4.1.48.Final release
    
    Also updates mockito to latest patch release v3.3.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7e49a9a..fb2ece1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
 
     <!-- Dependency Versions for this Project -->
     <proton-version>0.33.3</proton-version>
-    <netty-version>4.1.47.Final</netty-version>
+    <netty-version>4.1.48.Final</netty-version>
     <slf4j-version>1.7.30</slf4j-version>
     <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
 
@@ -53,7 +53,7 @@
     <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.0</mockito-version>
+    <mockito-version>3.3.3</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