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 2021/02/09 06:10:21 UTC

[directory-kerby] branch trunk updated: Updating Netty to 4.1.59

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 c82de4b  Updating Netty to 4.1.59
c82de4b is described below

commit c82de4bce4e48cb70b7c235ae899faefe1f5fbd1
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 9 06:10:03 2021 +0000

    Updating Netty to 4.1.59
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9b424ca..eba4789 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.3.0</mockito.version>
-    <netty.version>4.1.50.Final</netty.version>
+    <netty.version>4.1.59.Final</netty.version>
     <hadoop.version>3.1.3</hadoop.version>
     <bouncycastle.version>1.68</bouncycastle.version>
     <jersey.container.version>2.17</jersey.container.version>