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 2022/09/13 17:05:08 UTC

[qpid-protonj2] branch main updated: PROTON-2607 Update Netty deps to latest release

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 de6c6b9a PROTON-2607 Update Netty deps to latest release
de6c6b9a is described below

commit de6c6b9ae25989c352178e3b75174b2d2b0b9fa2
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Tue Sep 13 13:04:12 2022 -0400

    PROTON-2607 Update Netty deps to latest release
    
    Update Netty and Netty io_uring libraries to latest releases
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 663dec19..696e8b40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,8 +46,8 @@
     <proton.version>0.33.10</proton.version>
     <slf4j.version>1.7.36</slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <netty.version>4.1.79.Final</netty.version>
-    <netty.iouring.version>0.0.14.Final</netty.iouring.version>
+    <netty.version>4.1.81.Final</netty.version>
+    <netty.iouring.version>0.0.15.Final</netty.iouring.version>
     <netty.tcnative.version>2.0.54.Final</netty.tcnative.version>
 
     <!-- Plugin versions -->


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