You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by bp...@apache.org on 2022/04/25 03:31:38 UTC

[ranger] branch master updated: RANGER-3716: Upgrade netty to 4.1.76-final

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

bpatel 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 3d2becbd2 RANGER-3716: Upgrade netty to 4.1.76-final
3d2becbd2 is described below

commit 3d2becbd28cbe1048cb5e0e7138b6aa59babc9cd
Author: Bhavik Patel <bh...@gmail.com>
AuthorDate: Mon Apr 18 11:04:32 2022 +0530

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

diff --git a/pom.xml b/pom.xml
index 15d6e6724..b63e67cb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,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.72.Final</netty-all.version>
+        <netty-all.version>4.1.76.Final</netty-all.version>
         <noggit.version>0.8</noggit.version>
         <orc.core.version>1.6.7</orc.core.version>
         <owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version>