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/02 09:04:10 UTC

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

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 c7ae16fde38 Upgrade Netty to version 4.1.96.Final (#10957)
c7ae16fde38 is described below

commit c7ae16fde3891c84a9fd18ea11002190c41dc9a4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 2 11:04:02 2023 +0200

    Upgrade Netty to version 4.1.96.Final (#10957)
    
    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 85ad42d8883..4c077c52fba 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -353,7 +353,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.95.Final</netty-version>
+        <netty-version>4.1.96.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>