@@ -16,17 +16,17 @@ macro(GetFolderList project)
1616 DownloadDepVersion(sdk/core azure-core 1.5.0)
1717 DownloadDepVersion(sdk/identity azure-identity 1.1.0)
1818 elseif (${project} STREQUAL STORAGE_COMMON)
19- DownloadDepVersion(sdk/core azure-core 1.10 .3)
19+ DownloadDepVersion(sdk/core azure-core 1.11 .3)
2020 elseif (${project} STREQUAL STORAGE_BLOBS)
21- DownloadDepVersion(sdk/core azure-core 1.10 .3)
22- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5 .0)
21+ DownloadDepVersion(sdk/core azure-core 1.11 .3)
22+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.6 .0)
2323 elseif (${project} STREQUAL STORAGE_FILES_DATALAKE)
24- DownloadDepVersion(sdk/core azure-core 1.10 .3)
25- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5 .0)
26- DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.10 .0)
24+ DownloadDepVersion(sdk/core azure-core 1.11 .3)
25+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.6 .0)
26+ DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.11 .0)
2727 elseif (${project} STREQUAL STORAGE_FILES_SHARES)
28- DownloadDepVersion(sdk/core azure-core 1.10 .3)
29- DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5 .0)
28+ DownloadDepVersion(sdk/core azure-core 1.11 .3)
29+ DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.6 .0)
3030 elseif (${project} STREQUAL STORAGE_QUEUES)
3131 DownloadDepVersion(sdk/core azure-core 1.10.3)
3232 DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
0 commit comments