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/03/06 16:03:45 UTC

[qpid-protonj2] 01/02: PROTON-2670 Update tcnative and io_uring to latest 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 d896cee5f59b7d218ed40ecbd3b8de03477ca649
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Mon Mar 6 11:00:35 2023 -0500

    PROTON-2670 Update tcnative and io_uring to latest releases
    
    Update to tcnative 2.0.59.Final and io_uring 0.0.19.Final
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3cd6a685..4836fac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,9 +47,9 @@
     <slf4j.version>1.7.36</slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
     <netty.version>4.1.89.Final</netty.version>
-    <netty.iouring.version>0.0.17.Final</netty.iouring.version>
+    <netty.iouring.version>0.0.19.Final</netty.iouring.version>
     <netty5.version>5.0.0.Alpha5</netty5.version>
-    <netty.tcnative.version>2.0.58.Final</netty.tcnative.version>
+    <netty.tcnative.version>2.0.59.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