You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by am...@apache.org on 2021/12/14 19:39:10 UTC

[knox] branch master updated: KNOX-2695 - Upgrade netty to 4.1.68+ due to CVE (#523)

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

amagyar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 624a62e  KNOX-2695 - Upgrade netty to 4.1.68+ due to CVE (#523)
624a62e is described below

commit 624a62ec1a41fdb4f7fb2858a4b9c665cc769874
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Tue Dec 14 20:37:34 2021 +0100

    KNOX-2695 - Upgrade netty to 4.1.68+ due to CVE (#523)
    
    Co-authored-by: zeroflag <am...@cloudera.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9ec612a..8724f5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,7 @@
         <maven-pmd-plugin.version>3.12.0</maven-pmd-plugin.version>
         <metrics.version>4.1.16</metrics.version>
         <mina.version>2.0.21</mina.version>
-        <netty.version>4.1.56.Final</netty.version>
+        <netty.version>4.1.70.Final</netty.version>
         <nimbus-jose-jwt.version>8.14.1</nimbus-jose-jwt.version>
         <nodejs.version>v12.18.2</nodejs.version>
         <okhttp.version>2.7.5</okhttp.version>