You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/17 07:19:12 UTC

(camel) branch main updated: Upgrade netty 4.1.104

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

davsclaus 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 3125dbd92c9 Upgrade netty 4.1.104
3125dbd92c9 is described below

commit 3125dbd92c90a6535fc058654ce92c1b72621c0e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Dec 17 08:19:04 2023 +0100

    Upgrade netty 4.1.104
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 85aceae2e34..91ce3794fe1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -352,7 +352,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.101.Final</netty-version>
+        <netty-version>4.1.104.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
         <networknt-json-schema-validator-version>1.0.88</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>9.37.2</nimbus-jose-jwt>