This is an automated email from the ASF dual-hosted git repository. nbonte pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 9827509 ATLAS-4255 : Atlas - Upgrade netty to 4.1.61 9827509 is described below commit 982750994cef49eb4c41eae8aaf26ed877aa6d39 Author: chaitali borole <chaitali.bor...@cloudera.com> AuthorDate: Mon Apr 26 22:11:00 2021 +0530 ATLAS-4255 : Atlas - Upgrade netty to 4.1.61 Signed-off-by: Nikhil Bonte <nbo...@apache.org> (cherry picked from commit e5f6ce43cd13adefd94fe45bbd9267124f91f559) --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 55cad6e..a52932f 100644 --- a/pom.xml +++ b/pom.xml @@ -1054,6 +1054,14 @@ <version>${zookeeper.version}</version> </dependency> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-bom</artifactId> + <version>4.1.61.Final</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <!-- commons --> <dependency> <groupId>commons-configuration</groupId>