Skip to content

Commit 503fb1f

Browse files
author
Sabrina Juarez Garcia
committed
Update Azure Storage SDK
1 parent 012c8d2 commit 503fb1f

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
</dependencies>
4039
</project>

0 commit comments

Comments
 (0)