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/03 21:19:00 UTC

[qpid-protonj2] branch main updated: PROTON-2670 Update tcnative and io_uring to latest

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 b2b9e9e1 PROTON-2670 Update tcnative and io_uring to latest
b2b9e9e1 is described below

commit b2b9e9e1a4d89858215fa4aff2689f705e64b781
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Fri Feb 3 16:18:51 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index cc08bee2..c90c7e31 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.87.Final</netty.version>
-    <netty.iouring.version>0.0.16.Final</netty.iouring.version>
+    <netty.iouring.version>0.0.17.Final</netty.iouring.version>
     <netty5.version>5.0.0.Alpha5</netty5.version>
-    <netty.tcnative.version>2.0.56.Final</netty.tcnative.version>
+    <netty.tcnative.version>2.0.57.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