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 12:48:00 UTC

[camel] branch netty-up created (now 8967d008b77)

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

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


      at 8967d008b77 Upgrade Netty to version 4.1.97.Final

This branch includes the following new commits:

     new 8967d008b77 Upgrade Netty to version 4.1.97.Final

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.97.Final

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

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

commit 8967d008b77538c30e88cc68a1c1f4c6996cbfa9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 24 14:44:17 2023 +0200

    Upgrade Netty to version 4.1.97.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 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>