You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2023/01/16 16:18:23 UTC

[qpid-jms] branch 1.x updated: QPIDJMS-583: Update to Netty 4.1.87 (and netty-tcnative 2.0.56 test dep)

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git


The following commit(s) were added to refs/heads/1.x by this push:
     new fc6e932b QPIDJMS-583: Update to Netty 4.1.87 (and netty-tcnative 2.0.56 test dep)
fc6e932b is described below

commit fc6e932b0f1dd1de5572f67314ed549d3e48a9a7
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jan 16 16:06:49 2023 +0000

    QPIDJMS-583: Update to Netty 4.1.87 (and netty-tcnative 2.0.56 test dep)
    
    (cherry picked from commit df078e3604d17155c7a94273c3a6c214ab90fd8a)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 522892b7..abe52dca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   <properties>
     <!-- Dependency Versions for this Project -->
     <proton-version>0.34.0</proton-version>
-    <netty-version>4.1.86.Final</netty-version>
+    <netty-version>4.1.87.Final</netty-version>
     <slf4j-version>1.7.36</slf4j-version>
     <jakarta.jms-api-version>2.0.3</jakarta.jms-api-version>
 
@@ -45,7 +45,7 @@
     <opentracing-version>0.33.0</opentracing-version>
 
     <!-- Test Dependency Versions for this Project -->
-    <netty-tcnative-version>2.0.54.Final</netty-tcnative-version>
+    <netty-tcnative-version>2.0.56.Final</netty-tcnative-version>
     <activemq-version>5.17.2</activemq-version>
     <junit-version>4.13.2</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>


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