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 5528429 PROTON-2463 Update Netty dependencies to latest release
5528429 is described below
commit 5528429a96ac940162b57543563930112e76c5c6
Author: Timothy Bish <[email protected]>
AuthorDate: Wed Nov 10 10:25:54 2021 -0500
PROTON-2463 Update Netty dependencies to latest release
Update Netty to 4.1.70.Final
tcnatives to 2.0.45.Final
Update io_uring to 0.0.10.Final
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3c1c3bd..00b6fce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,9 +44,9 @@
<slf4j.version>1.7.32</slf4j.version>
<log4j.slf4j.version>2.14.1</log4j.slf4j.version>
<hamcrest.version>2.2</hamcrest.version>
- <netty.version>4.1.69.Final</netty.version>
- <netty.iouring.version>0.0.9.Final</netty.iouring.version>
- <netty.tcnative.version>2.0.44.Final</netty.tcnative.version>
+ <netty.version>4.1.70.Final</netty.version>
+ <netty.iouring.version>0.0.10.Final</netty.iouring.version>
+ <netty.tcnative.version>2.0.45.Final</netty.tcnative.version>
<!-- Plugin versions -->
<maven.bundle.plugin.version>5.1.1</maven.bundle.plugin.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]