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 2023/03/30 11:39:09 UTC

[directory-kerby] 02/03: Updating Netty to 4.1.89.Final

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

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

commit fc343d248749f44700f000c0a8ef62f501078fbe
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 30 12:17:17 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index dfd4d469..3b16884e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
     <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
     <mockito.version>2.7.22</mockito.version>
-    <netty.version>4.0.52.Final</netty.version>
+    <netty.version>4.1.89.Final</netty.version>
   </properties>
 
   <prerequisites>