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 bda0494219d20de1039bf239e262166c36092676 Author: Timothy Bish <[email protected]> AuthorDate: Tue Nov 12 15:16:01 2024 -0500 PROTON-2862 Update netty dependencies to latest releases netty to 4.1.115.Final netty-tcnative to 2.0.69.Final --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e912a7b8..16360d34 100644 --- a/pom.xml +++ b/pom.xml @@ -46,9 +46,9 @@ <proton.version>0.34.1</proton.version> <slf4j.version>1.7.36</slf4j.version> <hamcrest.version>3.0</hamcrest.version> - <netty.version>4.1.113.Final</netty.version> + <netty.version>4.1.115.Final</netty.version> <netty.iouring.version>0.0.25.Final</netty.iouring.version> - <netty.tcnative.version>2.0.66.Final</netty.tcnative.version> + <netty.tcnative.version>2.0.69.Final</netty.tcnative.version> <!-- Plugin versions --> <jacoco.plugin.version>0.8.12</jacoco.plugin.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
