diff options
author | PJ Fanning <pjfanning@users.noreply.github.com> | 2022-05-31 11:35:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 20:35:23 +1000 |
commit | f2e32d366b50133f4a646dbda5f7aa688109c057 (patch) | |
tree | c2a17ffa085ff50208adbdc90609d315f6b3faae | |
parent | afc828414c06dba73b72c776c956bf4b23db2c02 (diff) | |
download | archiva-f2e32d366b50133f4a646dbda5f7aa688109c057.tar.gz archiva-f2e32d366b50133f4a646dbda5f7aa688109c057.zip |
[MRM-2047] upgrade netty due to CVEs (#102)
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --> |