Skip to content

Commit 067f9f0

Browse files
Sabrina Juarez GarciaBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:feature/Update_AzureStorage_SDK' into beta
1 parent 77ae4e1 commit 067f9f0

File tree

2 files changed

+304
-254
lines changed

2 files changed

+304
-254
lines changed

gxcloudstorage-azureblob/pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@
2626
<version>${project.version}</version>
2727
</dependency>
2828
<dependency>
29-
<groupId>com.microsoft.azure</groupId>
30-
<artifactId>azure-storage</artifactId>
31-
<version>8.6.6</version>
32-
<exclusions>
33-
<exclusion>
34-
<groupId>com.microsoft.azure</groupId>
35-
<artifactId>azure-keyvault-core</artifactId>
36-
</exclusion>
37-
</exclusions>
29+
<groupId>com.azure</groupId>
30+
<artifactId>azure-storage-blob</artifactId>
31+
<version>12.32.0</version>
32+
</dependency>
33+
<dependency>
34+
<groupId>com.azure</groupId>
35+
<artifactId>azure-identity</artifactId>
36+
<version>1.18.1</version>
3837
</dependency>
3938
<!-- overwrite azure-storage jackson-core dependency due to CVEs -->
4039
<dependency>

0 commit comments

Comments
 (0)