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/08/24 13:09:57 UTC

[camel] branch main updated: Upgrade Netty to version 4.1.97.Final (#11198)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2dee29750b7 Upgrade Netty to version 4.1.97.Final (#11198)
2dee29750b7 is described below

commit 2dee29750b71929f96d71ff070814aebfaa9448d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 24 15:09:51 2023 +0200

    Upgrade Netty to version 4.1.97.Final (#11198)
    
    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 dd24c324c6c..c51610cbeea 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.97.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>