File tree Expand file tree Collapse file tree 2 files changed +304
-254
lines changed
src/main/java/com/genexus/db/driver Expand file tree Collapse file tree 2 files changed +304
-254
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments