You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2020/05/21 11:56:41 UTC

[directory-kerby] branch trunk updated: Updating Netty to 4.1.50.Final to fix a CVE

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

coheigea pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1dcd03e  Updating Netty to 4.1.50.Final to fix a CVE
1dcd03e is described below

commit 1dcd03e9a9ea171f31e582e9c96bd65d698186a2
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu May 21 12:55:59 2020 +0100

    Updating Netty to 4.1.50.Final to fix a CVE
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b2d759d..9ebb73e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
     <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
     <mockito.version>3.2.0</mockito.version>
-    <netty.version>4.1.42.Final</netty.version>
+    <netty.version>4.1.50.Final</netty.version>
     <hadoop.version>3.1.3</hadoop.version>
     <bouncycastle.version>1.65</bouncycastle.version>
     <jersey.container.version>2.17</jersey.container.version>
@@ -73,7 +73,7 @@
     <commons-dbutils.version>1.7</commons-dbutils.version>
     <drizzle-jdbc.version>1.4</drizzle-jdbc.version>
     <jsch.version>0.1.55</jsch.version>
-    <maven-owasp-plugin-version>5.2.4</maven-owasp-plugin-version>
+    <maven-owasp-plugin-version>5.3.2</maven-owasp-plugin-version>
     <commons-codec.version>1.13</commons-codec.version>
     <commons-logging.version>1.2</commons-logging.version>
     <ini4j.version>0.5.4</ini4j.version>