This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch ranger-2.8 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 5d0b68fa8cffb0d2183dd309f29c64e6442ebc51 Author: Dishti Kundra <[email protected]> AuthorDate: Fri Feb 27 11:36:22 2026 +0530 RANGER-5502 Netty upgrade 4.1.130.Final to address CVEs (#861) (cherry picked from commit 15da87a21397f90714fff8444f317cc8735afe65) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b599e858..dd13ff07b 100755 --- a/pom.xml +++ b/pom.xml @@ -169,7 +169,7 @@ <metrics.core.version>3.0.2</metrics.core.version> <mockito.version>3.12.4</mockito.version> <net.minidev.asm.version>1.0.2</net.minidev.asm.version> - <netty-all.version>4.1.124.Final</netty-all.version> + <netty-all.version>4.1.130.Final</netty-all.version> <nimbus-jose-jwt.version>10.0.1</nimbus-jose-jwt.version> <noggit.version>0.8</noggit.version> <orc.core.version>1.6.7</orc.core.version>
