@@ -293,7 +293,7 @@ under the License.
293293 <metrics-core .version>4.0.2</metrics-core .version>
294294 <!-- Netty 4.1.94 is not compatible with arrow flight.-->
295295 <!-- Need to ensure that the version is the same as in arrow/java/pom.xml or compatible with it.-->
296- <netty-all .version>4.1.132 .Final</netty-all .version>
296+ <netty-all .version>4.2.15 .Final</netty-all .version>
297297 <!-- The dependence of transitive dependence cannot be ruled out, only Saving the nation through twisted ways.-->
298298 <netty-3-test .version>3.10.6.Final</netty-3-test .version>
299299 <objenesis .version>2.1</objenesis .version>
@@ -403,8 +403,10 @@ under the License.
403403 <jakarta .annotation-api.version>2.1.1</jakarta .annotation-api.version>
404404 <asm .version>9.4</asm .version>
405405 <airlift .concurrent.version>202</airlift .concurrent.version>
406- <azure .sdk.version>1.3.4 </azure .sdk.version>
406+ <azure .sdk.version>1.3.7 </azure .sdk.version>
407407 <azure .sdk.batch.version>12.22.0</azure .sdk.batch.version>
408+ <msal4j .version>1.25.0</msal4j .version>
409+ <azure .keyvault.core.version>1.2.6</azure .keyvault.core.version>
408410 <semver4j .version>5.3.0</semver4j .version>
409411 <aliyun-sdk-oss .version>3.15.0</aliyun-sdk-oss .version>
410412 <!-- Fixes the regression described in https://github.com/aws/aws-sdk-java-v2/issues/5805 that forced us to downgrade aws-s3 to version 2.29.x.-->
@@ -1835,6 +1837,16 @@ under the License.
18351837 <type >pom</type >
18361838 <scope >import</scope >
18371839 </dependency >
1840+ <dependency >
1841+ <groupId >com.microsoft.azure</groupId >
1842+ <artifactId >msal4j</artifactId >
1843+ <version >${msal4j.version} </version >
1844+ </dependency >
1845+ <dependency >
1846+ <groupId >com.microsoft.azure</groupId >
1847+ <artifactId >azure-keyvault-core</artifactId >
1848+ <version >${azure.keyvault.core.version} </version >
1849+ </dependency >
18381850 <!-- tencent COS -->
18391851 <dependency >
18401852 <groupId >com.qcloud</groupId >
0 commit comments