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 100fe8ae PROTON-2768 Update netty dependencies to the latest
100fe8ae is described below
commit 100fe8ae1877f6b00d5b5b993f1572e19d0dca0a
Author: Timothy Bish <[email protected]>
AuthorDate: Wed Oct 11 10:31:38 2023 -0400
PROTON-2768 Update netty dependencies to the latest
Update Netty to 4.1.100.Final and tcnative to 2.0.62.Final
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 00d4c7e2..f838caa8 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.99.Final</netty.version>
+ <netty.version>4.1.100.Final</netty.version>
<netty.iouring.version>0.0.23.Final</netty.iouring.version>
<netty5.version>5.0.0.Alpha5</netty5.version>
- <netty.tcnative.version>2.0.61.Final</netty.tcnative.version>
+ <netty.tcnative.version>2.0.62.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]