You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/05/31 10:35:27 UTC

[archiva] branch master updated: [MRM-2047] upgrade netty due to CVEs (#102)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f2e32d366 [MRM-2047] upgrade netty due to CVEs (#102)
f2e32d366 is described below

commit f2e32d366b50133f4a646dbda5f7aa688109c057
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue May 31 11:35:23 2022 +0100

    [MRM-2047] upgrade netty due to CVEs (#102)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4bea6c4ac..969fca2c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
     <!-- If you change the JCR OAK version, you may have to update the pom.xml in the module oak-jcr-lucene
          to adapt to dependency changes -->
     <jcr-oak.version>1.40.0</jcr-oak.version>
-    <netty.version>4.1.50.Final</netty.version>
+    <netty.version>4.1.68.Final</netty.version>
 
 
     <!-- Jackrabbit classes are still used for webdav -->