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:18:50 UTC

[camel] branch netty-4.1.100-4.1.x created (now 4f9d6b8a915)

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

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


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

This branch includes the following new commits:

     new 4f9d6b8a915 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.1.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4f9d6b8a915e887900307470f451576d1f7c7ebf
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 fedbdb516bc..3812fdd49a4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -350,7 +350,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.97.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.87</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>9.31</nimbus-jose-jwt>