Added netty dependency for Azure SDK (#21011)

This commit is contained in:
Ajith Prasad 2025-04-29 16:50:46 +05:30 committed by GitHub
parent 96e07e7ce0
commit 37112fa4d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>