You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/10/11 13:31:56 UTC

[camel] branch camel-3.20.x updated: Upgrade Netty to version 4.1.100.Final (#11696)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 20b92928f5f Upgrade Netty to version 4.1.100.Final (#11696)
20b92928f5f is described below

commit 20b92928f5fedb905ce88373c1ccb585dd7f3fb5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 15:31:48 2023 +0200

    Upgrade Netty to version 4.1.100.Final (#11696)
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 70215d2724c..86f8bb5d889 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -421,7 +421,7 @@
         <nessus-ipfs-version>1.0.0.Beta4</nessus-ipfs-version>
         <nessus-weka-version>1.0.1</nessus-weka-version>
         <neoscada-version>0.4.0</neoscada-version>
-        <netty-version>4.1.94.Final</netty-version>
+        <netty-version>4.1.100.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
         <networknt-json-schema-validator-version>1.0.73</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>9.22</nimbus-jose-jwt>