aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <pjfanning@users.noreply.github.com>2022-05-31 11:35:23 +0100
committerGitHub <noreply@github.com>2022-05-31 20:35:23 +1000
commitf2e32d366b50133f4a646dbda5f7aa688109c057 (patch)
treec2a17ffa085ff50208adbdc90609d315f6b3faae
parentafc828414c06dba73b72c776c956bf4b23db2c02 (diff)
downloadarchiva-f2e32d366b50133f4a646dbda5f7aa688109c057.tar.gz
archiva-f2e32d366b50133f4a646dbda5f7aa688109c057.zip
[MRM-2047] upgrade netty due to CVEs (#102)
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
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 -->