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:28:25 UTC

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

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

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


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

commit df0c24c2848b56668aa80c5f9b58adcf6a4eb9d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 15:28:17 2023 +0200

    Upgrade Netty to version 4.1.100.Final (#11697)
    
    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 4cccc2ecbe7..f4349c8a29e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -422,7 +422,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>