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/07/21 11:58:03 UTC

[camel] 01/01: Upgrade to Netty 4.1.95

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

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

commit a2b0bd6ba763aae70a6af7cdb611aedec2f233f7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 21 13:57:50 2023 +0200

    Upgrade to Netty 4.1.95
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9d24dddbe2f..cde8eaeb871 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -357,7 +357,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.94.Final</netty-version>
+        <netty-version>4.1.95.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>