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 2023/02/14 22:54:19 UTC

[qpid-protonj2] branch main updated: PROTON-2670 Update Netty dependencies

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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new 93445724 PROTON-2670 Update Netty dependencies
93445724 is described below

commit 93445724d61d2e0155f5c07aca905cccaf36e5d6
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Tue Feb 14 17:52:37 2023 -0500

    PROTON-2670 Update Netty dependencies
    
    Update to netty 4.1.89.Final
    Update tcnatives to 2.0.58.Final
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0666627..3cd6a685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,10 +46,10 @@
     <proton.version>0.34.0</proton.version>
     <slf4j.version>1.7.36</slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <netty.version>4.1.87.Final</netty.version>
+    <netty.version>4.1.89.Final</netty.version>
     <netty.iouring.version>0.0.17.Final</netty.iouring.version>
     <netty5.version>5.0.0.Alpha5</netty5.version>
-    <netty.tcnative.version>2.0.57.Final</netty.tcnative.version>
+    <netty.tcnative.version>2.0.58.Final</netty.tcnative.version>
 
     <!-- Plugin versions -->
     <jacoco.plugin.version>0.8.8</jacoco.plugin.version>


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