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 656bb311 PROTON-2862 Update netty dependencies to latest releases
656bb311 is described below
commit 656bb311c4b885a0f35a201b18f11b3802253459
Author: Timothy Bish <[email protected]>
AuthorDate: Mon Feb 10 17:35:13 2025 -0500
PROTON-2862 Update netty dependencies to latest releases
netty to 4.1.118.Final
tc_native to 2.0.70.Final
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9593185a..ac94eea2 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.117.Final</netty.version>
+ <netty.version>4.1.118.Final</netty.version>
<netty.iouring.version>0.0.26.Final</netty.iouring.version>
- <netty.tcnative.version>2.0.69.Final</netty.tcnative.version>
+ <netty.tcnative.version>2.0.70.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]