Added netty dependency for Azure SDK (#21011)

(cherry picked from commit 37112fa4d24220ac9df8925a43f38617217addb6)
This commit is contained in:
Ajith Prasad 2025-04-29 16:50:46 +05:30 committed by aji-aju
parent 76ceb25dba
commit e3c70f2785

View File

@ -638,6 +638,13 @@
<artifactId>azure-identity</artifactId>
<version>1.14.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.112.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- avoid security issue https://security.snyk.io/vuln/SNYK-JAVA-ORGYAML-2806360 -->
<!-- Enforce consistent snakeyaml version -->
<dependency>