This is an automated email from the ASF dual-hosted git repository.
dineshkumar 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 353af28d7 RANGER-4495: Upgrade netty to 4.1.100.Final
353af28d7 is described below
commit 353af28d79ea165701cf883bddf9ba7ed099e923
Author: Kishor Gollapalliwar <[email protected]>
AuthorDate: Mon Oct 30 08:50:07 2023 +0530
RANGER-4495: Upgrade netty to 4.1.100.Final
Signed-off-by: Dineshkumar Yadav <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 115580ada..94bfa698a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<mockito.version>3.0.0</mockito.version>
<mockito.all.version>1.10.19</mockito.all.version>
<mysql-connector-java.version>5.1.49</mysql-connector-java.version>
- <netty-all.version>4.1.94.Final</netty-all.version>
+ <netty-all.version>4.1.100.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>