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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
