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 5e4dfba0 PROTON-2904 Update netty dependencies to latest 5e4dfba0 is described below commit 5e4dfba02ee700af1738a7ce878e20080c391e36 Author: Timothy Bish <tabish...@gmail.com> AuthorDate: Wed Sep 3 11:25:16 2025 -0400 PROTON-2904 Update netty dependencies to latest Update to netty 4.1.126.Final Update to tcnative 2.0.73.Final --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e72423c3..cb9cb729 100644 --- a/pom.xml +++ b/pom.xml @@ -45,9 +45,9 @@ <proton.version>0.34.1</proton.version> <slf4j.version>2.0.17</slf4j.version> <hamcrest.version>3.0</hamcrest.version> - <netty.version>4.1.124.Final</netty.version> + <netty.version>4.1.126.Final</netty.version> <netty.iouring.version>0.0.26.Final</netty.iouring.version> - <netty.tcnative.version>2.0.72.Final</netty.tcnative.version> + <netty.tcnative.version>2.0.73.Final</netty.tcnative.version> <!-- Plugin versions --> <jacoco.plugin.version>0.8.13</jacoco.plugin.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org