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 09b01f20 PROTON-2797 Update netty dependencies to latest release
09b01f20 is described below
commit 09b01f20d36a22a28698b155e41f0ffe4e37e5cb
Author: Timothy Bish <[email protected]>
AuthorDate: Mon Feb 26 18:22:59 2024 -0500
PROTON-2797 Update netty dependencies to latest release
Update Netty to v4.1.107.Final
Update tcnative to v2.0.63.Final
Update io_uring to v0.0.25.Final
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 700474fc..49b2bda8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,10 +46,10 @@
<proton.version>0.34.1</proton.version>
<slf4j.version>1.7.36</slf4j.version>
<hamcrest.version>2.2</hamcrest.version>
- <netty.version>4.1.104.Final</netty.version>
- <netty.iouring.version>0.0.24.Final</netty.iouring.version>
+ <netty.version>4.1.107.Final</netty.version>
+ <netty.iouring.version>0.0.25.Final</netty.iouring.version>
<netty5.version>5.0.0.Alpha5</netty5.version>
- <netty.tcnative.version>2.0.62.Final</netty.tcnative.version>
+ <netty.tcnative.version>2.0.63.Final</netty.tcnative.version>
<!-- Plugin versions -->
<jacoco.plugin.version>0.8.10</jacoco.plugin.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]