From 8c636c37dfb5b30a1e7c4096453f1d2024dbcd0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 00:31:29 +0000 Subject: [PATCH] Bump Azure.Storage.Blobs & Azure.Storage.Queues (#2181) * Bump Azure.Storage.Queues in /src/ApiService/ApiService Bumps [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net) from 12.9.0 to 12.11.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Queues_12.9.0...Azure.Storage.Queues_12.11.0) --- updated-dependencies: - dependency-name: Azure.Storage.Queues dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Bump Azure.Storage.Blobs in /src/ApiService/ApiService Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.11.0 to 12.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.11.0...Azure.Storage.Blobs_12.13.0) --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update lockfiles Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: George Pollard --- src/ApiService/ApiService/ApiService.csproj | 6 ++-- src/ApiService/ApiService/packages.lock.json | 28 +++++++++---------- .../IntegrationTests/packages.lock.json | 28 +++++++++---------- src/ApiService/Tests/packages.lock.json | 28 +++++++++---------- 4 files changed, 45 insertions(+), 45 deletions(-) diff --git a/src/ApiService/ApiService/ApiService.csproj b/src/ApiService/ApiService/ApiService.csproj index 33943977b..144d1acc8 100644 --- a/src/ApiService/ApiService/ApiService.csproj +++ b/src/ApiService/ApiService/ApiService.csproj @@ -20,15 +20,15 @@ - + - - + + diff --git a/src/ApiService/ApiService/packages.lock.json b/src/ApiService/ApiService/packages.lock.json index 934647070..d73ff1126 100644 --- a/src/ApiService/ApiService/packages.lock.json +++ b/src/ApiService/ApiService/packages.lock.json @@ -4,9 +4,9 @@ "net6.0": { "Azure.Core": { "type": "Direct", - "requested": "[1.24.0, )", - "resolved": "1.24.0", - "contentHash": "+/qI1j2oU1S4/nvxb2k/wDsol00iGf1AyJX5g3epV7eOpQEP/2xcgh/cxgKMeFgn3U2fmgSiBnQZdkV+l5y0Uw==", + "requested": "[1.25.0, )", + "resolved": "1.25.0", + "contentHash": "X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.Diagnostics.DiagnosticSource": "4.6.0", @@ -132,21 +132,21 @@ }, "Azure.Storage.Blobs": { "type": "Direct", - "requested": "[12.11.0, )", - "resolved": "12.11.0", - "contentHash": "50eRjIhY7Q1JN7kT2MSawDKCcwSb7uRZUkz00P/BLjSg47gm2hxUYsnJPyvzCHntYMbOWzrvaVQTwYwXabaR5Q==", + "requested": "[12.13.0, )", + "resolved": "12.13.0", + "contentHash": "h5ZxRwmS/U1NOFwd+MuHJe4To1hEPu/yeBIKS1cbAHTDc+7RBZEjPf1VFeUZsIIuHvU/AzXtcRaph9BHuPRNMQ==", "dependencies": { - "Azure.Storage.Common": "12.10.0", + "Azure.Storage.Common": "12.12.0", "System.Text.Json": "4.7.2" } }, "Azure.Storage.Queues": { "type": "Direct", - "requested": "[12.9.0, )", - "resolved": "12.9.0", - "contentHash": "jDiyHtsCUCrWNvZW7SjJnJb46UhpdgQrWCbL8aWpapDHlq9LvbvxYpfLh4dfKAz09QiTznLMIU3i+md9+7GzqQ==", + "requested": "[12.11.0, )", + "resolved": "12.11.0", + "contentHash": "qpe1Gs1/2t18FoZORF3TgPTaF31RJhN5DQFgZ6ay6qKak9IztaqwKG8Lv2eZ/yhRKJNrOVnaZF4iqf7a4N57BA==", "dependencies": { - "Azure.Storage.Common": "12.10.0", + "Azure.Storage.Common": "12.12.0", "System.Memory.Data": "1.0.2", "System.Text.Json": "4.7.2" } @@ -310,10 +310,10 @@ }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.10.0", - "contentHash": "vYkHGzUkdZTace/cDPZLG+Mh/EoPqQuGxDIBOau9D+XWoDPmuUFGk325aXplkFE4JFGpSwoytNYzk/qBCaiHqg==", + "resolved": "12.12.0", + "contentHash": "Ms0XsZ/D9Pcudfbqj+rWeCkhx/ITEq8isY0jkor9JFmDAEHsItFa2XrWkzP3vmJU6EsXQrk4snH63HkW/Jksvg==", "dependencies": { - "Azure.Core": "1.22.0", + "Azure.Core": "1.25.0", "System.IO.Hashing": "6.0.0" } }, diff --git a/src/ApiService/IntegrationTests/packages.lock.json b/src/ApiService/IntegrationTests/packages.lock.json index 205976447..0953eba2c 100644 --- a/src/ApiService/IntegrationTests/packages.lock.json +++ b/src/ApiService/IntegrationTests/packages.lock.json @@ -47,8 +47,8 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.24.0", - "contentHash": "+/qI1j2oU1S4/nvxb2k/wDsol00iGf1AyJX5g3epV7eOpQEP/2xcgh/cxgKMeFgn3U2fmgSiBnQZdkV+l5y0Uw==", + "resolved": "1.25.0", + "contentHash": "X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.Diagnostics.DiagnosticSource": "4.6.0", @@ -164,28 +164,28 @@ }, "Azure.Storage.Blobs": { "type": "Transitive", - "resolved": "12.11.0", - "contentHash": "50eRjIhY7Q1JN7kT2MSawDKCcwSb7uRZUkz00P/BLjSg47gm2hxUYsnJPyvzCHntYMbOWzrvaVQTwYwXabaR5Q==", + "resolved": "12.13.0", + "contentHash": "h5ZxRwmS/U1NOFwd+MuHJe4To1hEPu/yeBIKS1cbAHTDc+7RBZEjPf1VFeUZsIIuHvU/AzXtcRaph9BHuPRNMQ==", "dependencies": { - "Azure.Storage.Common": "12.10.0", + "Azure.Storage.Common": "12.12.0", "System.Text.Json": "4.7.2" } }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.10.0", - "contentHash": "vYkHGzUkdZTace/cDPZLG+Mh/EoPqQuGxDIBOau9D+XWoDPmuUFGk325aXplkFE4JFGpSwoytNYzk/qBCaiHqg==", + "resolved": "12.12.0", + "contentHash": "Ms0XsZ/D9Pcudfbqj+rWeCkhx/ITEq8isY0jkor9JFmDAEHsItFa2XrWkzP3vmJU6EsXQrk4snH63HkW/Jksvg==", "dependencies": { - "Azure.Core": "1.22.0", + "Azure.Core": "1.25.0", "System.IO.Hashing": "6.0.0" } }, "Azure.Storage.Queues": { "type": "Transitive", - "resolved": "12.9.0", - "contentHash": "jDiyHtsCUCrWNvZW7SjJnJb46UhpdgQrWCbL8aWpapDHlq9LvbvxYpfLh4dfKAz09QiTznLMIU3i+md9+7GzqQ==", + "resolved": "12.11.0", + "contentHash": "qpe1Gs1/2t18FoZORF3TgPTaF31RJhN5DQFgZ6ay6qKak9IztaqwKG8Lv2eZ/yhRKJNrOVnaZF4iqf7a4N57BA==", "dependencies": { - "Azure.Storage.Common": "12.10.0", + "Azure.Storage.Common": "12.12.0", "System.Memory.Data": "1.0.2", "System.Text.Json": "4.7.2" } @@ -2123,7 +2123,7 @@ "apiservice": { "type": "Project", "dependencies": { - "Azure.Core": "1.24.0", + "Azure.Core": "1.25.0", "Azure.Data.Tables": "12.5.0", "Azure.Identity": "1.6.0", "Azure.Messaging.EventGrid": "4.10.0", @@ -2134,8 +2134,8 @@ "Azure.ResourceManager.Resources": "1.0.0", "Azure.ResourceManager.Storage": "1.0.0-beta.8", "Azure.Security.KeyVault.Secrets": "4.3.0", - "Azure.Storage.Blobs": "12.11.0", - "Azure.Storage.Queues": "12.9.0", + "Azure.Storage.Blobs": "12.13.0", + "Azure.Storage.Queues": "12.11.0", "Faithlife.Utility": "0.12.2", "Microsoft.Azure.Functions.Worker": "1.6.0", "Microsoft.Azure.Functions.Worker.Extensions.EventGrid": "2.1.0", diff --git a/src/ApiService/Tests/packages.lock.json b/src/ApiService/Tests/packages.lock.json index 1a25fa420..1a82f3cb2 100644 --- a/src/ApiService/Tests/packages.lock.json +++ b/src/ApiService/Tests/packages.lock.json @@ -66,8 +66,8 @@ }, "Azure.Core": { "type": "Transitive", - "resolved": "1.24.0", - "contentHash": "+/qI1j2oU1S4/nvxb2k/wDsol00iGf1AyJX5g3epV7eOpQEP/2xcgh/cxgKMeFgn3U2fmgSiBnQZdkV+l5y0Uw==", + "resolved": "1.25.0", + "contentHash": "X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.Diagnostics.DiagnosticSource": "4.6.0", @@ -183,28 +183,28 @@ }, "Azure.Storage.Blobs": { "type": "Transitive", - "resolved": "12.11.0", - "contentHash": "50eRjIhY7Q1JN7kT2MSawDKCcwSb7uRZUkz00P/BLjSg47gm2hxUYsnJPyvzCHntYMbOWzrvaVQTwYwXabaR5Q==", + "resolved": "12.13.0", + "contentHash": "h5ZxRwmS/U1NOFwd+MuHJe4To1hEPu/yeBIKS1cbAHTDc+7RBZEjPf1VFeUZsIIuHvU/AzXtcRaph9BHuPRNMQ==", "dependencies": { - "Azure.Storage.Common": "12.10.0", + "Azure.Storage.Common": "12.12.0", "System.Text.Json": "4.7.2" } }, "Azure.Storage.Common": { "type": "Transitive", - "resolved": "12.10.0", - "contentHash": "vYkHGzUkdZTace/cDPZLG+Mh/EoPqQuGxDIBOau9D+XWoDPmuUFGk325aXplkFE4JFGpSwoytNYzk/qBCaiHqg==", + "resolved": "12.12.0", + "contentHash": "Ms0XsZ/D9Pcudfbqj+rWeCkhx/ITEq8isY0jkor9JFmDAEHsItFa2XrWkzP3vmJU6EsXQrk4snH63HkW/Jksvg==", "dependencies": { - "Azure.Core": "1.22.0", + "Azure.Core": "1.25.0", "System.IO.Hashing": "6.0.0" } }, "Azure.Storage.Queues": { "type": "Transitive", - "resolved": "12.9.0", - "contentHash": "jDiyHtsCUCrWNvZW7SjJnJb46UhpdgQrWCbL8aWpapDHlq9LvbvxYpfLh4dfKAz09QiTznLMIU3i+md9+7GzqQ==", + "resolved": "12.11.0", + "contentHash": "qpe1Gs1/2t18FoZORF3TgPTaF31RJhN5DQFgZ6ay6qKak9IztaqwKG8Lv2eZ/yhRKJNrOVnaZF4iqf7a4N57BA==", "dependencies": { - "Azure.Storage.Common": "12.10.0", + "Azure.Storage.Common": "12.12.0", "System.Memory.Data": "1.0.2", "System.Text.Json": "4.7.2" } @@ -2250,7 +2250,7 @@ "apiservice": { "type": "Project", "dependencies": { - "Azure.Core": "1.24.0", + "Azure.Core": "1.25.0", "Azure.Data.Tables": "12.5.0", "Azure.Identity": "1.6.0", "Azure.Messaging.EventGrid": "4.10.0", @@ -2261,8 +2261,8 @@ "Azure.ResourceManager.Resources": "1.0.0", "Azure.ResourceManager.Storage": "1.0.0-beta.8", "Azure.Security.KeyVault.Secrets": "4.3.0", - "Azure.Storage.Blobs": "12.11.0", - "Azure.Storage.Queues": "12.9.0", + "Azure.Storage.Blobs": "12.13.0", + "Azure.Storage.Queues": "12.11.0", "Faithlife.Utility": "0.12.2", "Microsoft.Azure.Functions.Worker": "1.6.0", "Microsoft.Azure.Functions.Worker.Extensions.EventGrid": "2.1.0",