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 15da87a21 RANGER-5502 Netty upgrade 4.1.130.Final to address CVEs
(#861)
15da87a21 is described below
commit 15da87a21397f90714fff8444f317cc8735afe65
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)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d6358bf81..d5470418f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,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>