You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2022/06/14 20:14:43 UTC

[ranger] branch master updated: RANGER-3784: Upgrade netty to 4.1.77-final

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

pradeep pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new baa903e20 RANGER-3784: Upgrade netty to 4.1.77-final
baa903e20 is described below

commit baa903e206e72aa2c391e14c2f83b31cbcb0829e
Author: pradeep <pr...@apache.org>
AuthorDate: Mon Jun 13 12:41:26 2022 +0530

    RANGER-3784: Upgrade netty to 4.1.77-final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 043e2c2e9..0e6771218 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
         <mockito.version>3.0.0</mockito.version>
         <mockito.all.version>1.10.19</mockito.all.version>
         <mysql-connector-java.version>5.1.31</mysql-connector-java.version>
-        <netty-all.version>4.1.76.Final</netty-all.version>
+        <netty-all.version>4.1.77.Final</netty-all.version>
         <noggit.version>0.8</noggit.version>
         <orc.core.version>1.6.7</orc.core.version>
         <owasp-java-html-sanitizer.version>20211018.2</owasp-java-html-sanitizer.version>