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 2021/10/15 14:11:49 UTC

[qpid-protonj2] 01/02: PROTON-2412 Update to latest netty releases

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

commit 6540ed349c7d1a5c66f3a2546b1a27db0c50da29
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Fri Oct 15 10:02:10 2021 -0400

    PROTON-2412 Update to latest netty releases
    
    Update to netty 4.1.69.Final and tcnative 2.0.44.Final
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 983b44c..c6f1126 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,9 +44,9 @@
     <slf4j.version>1.7.32</slf4j.version>
     <log4j.slf4j.version>2.14.1</log4j.slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <netty.version>4.1.68.Final</netty.version>
-    <netty.iouring.version>0.0.8.Final</netty.iouring.version>
-    <netty.tcnative.version>2.0.42.Final</netty.tcnative.version>
+    <netty.version>4.1.69.Final</netty.version>
+    <netty.iouring.version>0.0.9.Final</netty.iouring.version>
+    <netty.tcnative.version>2.0.44.Final</netty.tcnative.version>
 
     <!-- Plugin versions -->
     <maven.bundle.plugin.version>5.1.1</maven.bundle.plugin.version>

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