From 477deede12cf411bbe9c43e764240d1db5618729 Mon Sep 17 00:00:00 2001 From: Rabab Date: Fri, 9 Sep 2022 14:03:18 -0700 Subject: [PATCH] Updating the SDK dependencies for azure-storage-queue --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-queue/CHANGELOG.md | 10 ++++++++++ sdk/storage/azure-storage-queue/pom.xml | 18 +++++++++--------- 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 976a77a5960b4..eadffbe6f5022 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -353,7 +353,7 @@ com.azure azure-storage-queue - 12.15.0-beta.2 + 12.14.2 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 1ffd8d4b37906..4fcf2e3de7d36 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -157,7 +157,7 @@ com.azure:azure-storage-file-share;12.15.0;12.15.1 com.azure:azure-storage-file-datalake;12.12.0;12.12.1 com.azure:azure-storage-internal-avro;12.4.1;12.4.2 com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-storage-queue;12.14.1;12.15.0-beta.2 +com.azure:azure-storage-queue;12.14.1;12.14.2 com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-media-videoanalyzer-edge;1.0.0-beta.6;1.0.0-beta.7 com.azure:azure-verticals-agrifood-farming;1.0.0-beta.2;1.0.0-beta.3 diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index 27c0b90659b86..a1fb5b3f791b6 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.14.2 (2022-09-09) + +### Other Changes + +#### Dependency Updates + +- Upgraded `azure-core` from `1.31.0` to version `1.32.0`. +- Upgraded `azure-core-http-netty` from `1.12.4` to version `1.12.5`. +- Upgraded `azure-storage-common` from `12.18.0` to version `12.18.1`. + ## 12.14.1 (2022-08-12) ### Other Changes diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index 4e03bdc345f52..4f11bbe5ff96a 100644 --- a/sdk/storage/azure-storage-queue/pom.xml +++ b/sdk/storage/azure-storage-queue/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-queue - 12.14.1 + 12.14.2 Microsoft Azure client library for Queue Storage This module contains client library for Microsoft Azure Queue Storage. @@ -53,22 +53,22 @@ com.azure azure-core - 1.31.0 + 1.32.0 com.azure azure-core-http-netty - 1.12.4 + 1.12.5 com.azure azure-storage-common - 12.18.0 + 12.18.1 com.azure azure-storage-common - 12.18.0 + 12.18.1 tests test-jar test @@ -76,19 +76,19 @@ com.azure azure-core-test - 1.11.0 + 1.12.0 test io.projectreactor reactor-test - 3.4.21 + 3.4.22 test com.azure azure-identity - 1.5.4 + 1.5.5 test @@ -112,7 +112,7 @@ com.azure azure-core-http-okhttp - 1.11.1 + 1.11.2 test