Skip to content

Commit b1d1763

Browse files
authored
Update more dependency versions (#5502)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent 68d88eb commit b1d1763

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

cmake-modules/FolderList.cmake

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,16 @@ macro(GetFolderList project)
3131
DownloadDepVersion(sdk/core azure-core 1.10.3)
3232
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.5.0)
3333
elseif(${project} STREQUAL DATA_TABLES)
34-
DownloadDepVersion(sdk/core azure-core 1.11.0)
34+
DownloadDepVersion(sdk/core azure-core 1.11.3)
3535
elseif(${project} STREQUAL EVENTHUBS)
36-
DownloadDepVersion(sdk/core azure-core 1.10.1)
37-
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
36+
DownloadDepVersion(sdk/core azure-core 1.11.3)
37+
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.8)
3838
elseif(${project} STREQUAL EVENTHUBS_CHECKPOINTSTORE_BLOB)
3939
DownloadDepVersion(sdk/core azure-core 1.10.1)
4040
DownloadDepVersion(sdk/core azure-core-amqp 1.0.0-beta.1)
4141
DownloadDepVersion(sdk/eventhubs azure-messaging-eventhubs 1.0.0-beta.3)
4242
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.3)
4343
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.8.0)
44-
elseif(${project} STREQUAL CORE_XML)
45-
DownloadDepVersion(sdk/core azure-core 1.10.3)
4644
endif()
4745
list(REMOVE_DUPLICATES BUILD_FOLDERS)
4846
endmacro()

sdk/tables/azure-data-tables/vcpkg/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"name": "azure-core-cpp",
2020
"default-features": false,
21-
"version>=": "1.11.0"
21+
"version>=": "1.11.3"
2222
},
2323
{
2424
"name": "libxml2",

0 commit comments

Comments
 (0)