This is an automated email from the ASF dual-hosted git repository.
dishatalreja pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new e1fdc6b16 ATLAS-5149: Upgrade netty version to 4.1.125.Final (#466)
e1fdc6b16 is described below
commit e1fdc6b16243b857a05c6815ade8e6296e175ce1
Author: Disha Talreja <[email protected]>
AuthorDate: Fri Oct 24 13:21:11 2025 -0700
ATLAS-5149: Upgrade netty version to 4.1.125.Final (#466)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c5ce12feb..6c4f423c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
<lucene-solr.version>8.11.3</lucene-solr.version>
<maven-plugin-sortpom.version>3.0.1</maven-plugin-sortpom.version>
<maven-site-plugin.version>3.7</maven-site-plugin.version>
- <netty.version>4.1.118.Final</netty.version>
+ <netty.version>4.1.125.Final</netty.version>
<node-for-v1.version>v22.14.0</node-for-v1.version>
<node-for-v2.version>v12.16.0</node-for-v2.version>
<npm-for-v1.version>10.9.2</npm-for-v1.version>