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 12:21:21 UTC

[camel] branch netty-4.1.100-4.0.x created (now 4ea077bc809)

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

acosentino pushed a change to branch netty-4.1.100-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 4ea077bc809 Upgrade Netty to version 4.1.100.Final (#11690)

This branch includes the following new commits:

     new 4ea077bc809 Upgrade Netty to version 4.1.100.Final (#11690)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Upgrade Netty to version 4.1.100.Final (#11690)

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4ea077bc8091bf121091763bd3bed421d1c0229f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 14:03:31 2023 +0200

    Upgrade Netty to version 4.1.100.Final (#11690)
    
    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 239ad3a1981..9db0132831a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -354,7 +354,7 @@
         <mybatis-version>3.5.13</mybatis-version>
         <narayana-version>5.13.1.Final</narayana-version>
         <neoscada-version>0.4.0</neoscada-version>
-        <netty-version>4.1.96.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.86</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>9.31</nimbus-jose-jwt>