You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2020/11/20 10:26:36 UTC

[camel] branch camel-2.25.x updated: Updating Netty to 4.1.48.Final to fix some CVEs (e.g. CVE-2019-16869, CVE-2019-20444)

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

coheigea pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.25.x by this push:
     new 4bd1051  Updating Netty to 4.1.48.Final to fix some CVEs (e.g. CVE-2019-16869, CVE-2019-20444)
4bd1051 is described below

commit 4bd1051cefc627f14089b967430156679e9e53f0
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Nov 20 10:24:59 2020 +0000

    Updating Netty to 4.1.48.Final to fix some CVEs (e.g. CVE-2019-16869, CVE-2019-20444)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 977fc1f..042316b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -526,7 +526,7 @@
     <nekohtml-version>1.9.22</nekohtml-version>
     <neoscada-version>0.4.0</neoscada-version>
     <netty3-version>3.10.6.Final</netty3-version>
-    <netty-version>4.1.32.Final</netty-version>
+    <netty-version>4.1.48.Final</netty-version>
     <netty40-version>4.0.56.Final</netty40-version>
     <networknt-json-schema-validator-version>0.1.25</networknt-json-schema-validator-version>
     <noggit-bundle-version>0.5_1</noggit-bundle-version>