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 260a31e93a06a95c43e01011af46b8fd8346705f Author: Timothy Bish <[email protected]> AuthorDate: Tue Jan 21 11:39:02 2025 -0500 PROTON-2862 Update netty dependencies to latest releases netty to 4.1.117.Final io_uring to 0.0.26.Final --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 74303188..f3097d33 100644 --- a/pom.xml +++ b/pom.xml @@ -46,8 +46,8 @@ <proton.version>0.34.1</proton.version> <slf4j.version>1.7.36</slf4j.version> <hamcrest.version>3.0</hamcrest.version> - <netty.version>4.1.115.Final</netty.version> - <netty.iouring.version>0.0.25.Final</netty.iouring.version> + <netty.version>4.1.117.Final</netty.version> + <netty.iouring.version>0.0.26.Final</netty.iouring.version> <netty.tcnative.version>2.0.69.Final</netty.tcnative.version> <!-- Plugin versions --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
