You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2022/06/15 13:49:03 UTC

[qpid-protonj2] branch main updated: PROTON-2565 Update netty and tcntaive

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 99d23290 PROTON-2565 Update netty and tcntaive
99d23290 is described below

commit 99d23290735b8d5b01ed03b86f168d251154f355
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Wed Jun 15 09:48:51 2022 -0400

    PROTON-2565 Update netty and tcntaive
    
    Netty moves to 4.1.78.Final
    tcnative to 2.0.53.Final
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb12f891..36ffa501 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,9 @@
     <proton.version>0.33.10</proton.version>
     <slf4j.version>1.7.36</slf4j.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <netty.version>4.1.77.Final</netty.version>
+    <netty.version>4.1.78.Final</netty.version>
     <netty.iouring.version>0.0.14.Final</netty.iouring.version>
-    <netty.tcnative.version>2.0.52.Final</netty.tcnative.version>
+    <netty.tcnative.version>2.0.53.Final</netty.tcnative.version>
 
     <!-- Plugin versions -->
     <maven.bundle.plugin.version>5.1.1</maven.bundle.plugin.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org