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 11:32:59 UTC

[camel] 01/01: Upgrade Netty to version 4.1.100.Final

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

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

commit 8451cc92b13e50cf1b9664c51c9a75a87569f2fd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 11 13:32:36 2023 +0200

    Upgrade Netty to version 4.1.100.Final
    
    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 8af2ceb2a73..bbbcb0f4658 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>