From 17da83111fbfd4d702d93ec4dba338c2aa8e0538 Mon Sep 17 00:00:00 2001 From: Aigerim Beishenbekova Date: Mon, 17 Jan 2022 16:24:26 +0600 Subject: [PATCH] Updating the SDK dependencies for azure-communication-identity --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-communication-identity/CHANGELOG.md | 9 +++++++ .../azure-communication-identity/pom.xml | 24 +++++++++---------- sdk/communication/pom.xml | 2 +- 5 files changed, 24 insertions(+), 15 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index a83dc62c2e654..10a964b3e5642 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -73,7 +73,7 @@ com.azure azure-communication-identity - 1.2.0-beta.1 + 1.1.5 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 4eb3e31a075e9..58af940bf177b 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -59,7 +59,7 @@ com.azure:azure-communication-callingserver;1.0.0-beta.3;1.0.0-beta.4 com.azure:azure-communication-common;1.0.7;1.1.0-beta.1 com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-communication-sms;1.0.6;1.1.0-beta.1 -com.azure:azure-communication-identity;1.1.4;1.2.0-beta.1 +com.azure:azure-communication-identity;1.1.4;1.1.5 com.azure:azure-communication-phonenumbers;1.0.6;1.1.0-beta.1 com.azure:azure-communication-networktraversal;1.0.0-beta.1;1.0.0-beta.2 com.azure:azure-containers-containerregistry;1.0.0;1.1.0-beta.1 diff --git a/sdk/communication/azure-communication-identity/CHANGELOG.md b/sdk/communication/azure-communication-identity/CHANGELOG.md index f222da89c4588..6a2712fd55553 100644 --- a/sdk/communication/azure-communication-identity/CHANGELOG.md +++ b/sdk/communication/azure-communication-identity/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +## 1.1.5 (2022-01-17) + +### Other Changes + +#### Dependency Updates + +- Upgraded `azure-core` from `1.22.0` to version `1.24.1`. +- Upgraded `azure-communication-common` from `1.0.6` to version `1.0.7`. + ## 1.1.4 (2021-11-11) ### Other Changes diff --git a/sdk/communication/azure-communication-identity/pom.xml b/sdk/communication/azure-communication-identity/pom.xml index 57cdf159125d1..9251887774ae9 100644 --- a/sdk/communication/azure-communication-identity/pom.xml +++ b/sdk/communication/azure-communication-identity/pom.xml @@ -16,7 +16,7 @@ com.azure azure-communication-identity jar - 1.1.4 + 1.1.5 Microsoft Azure identity client library for communication @@ -62,35 +62,35 @@ com.azure azure-core - 1.22.0 + 1.24.1 com.azure azure-communication-common - 1.0.6 + 1.0.7 org.junit.jupiter junit-jupiter-api - 5.7.2 + 5.8.2 test org.junit.jupiter junit-jupiter-engine - 5.7.2 + 5.8.2 test org.junit.jupiter junit-jupiter-params - 5.7.2 + 5.8.2 test io.projectreactor reactor-test - 3.4.10 + 3.4.13 test @@ -102,25 +102,25 @@ com.azure azure-core-test - 1.7.4 + 1.7.7 test org.mockito mockito-core - 3.12.4 + 4.0.0 test com.azure azure-core-http-okhttp - 1.7.5 + 1.7.8 test com.azure azure-identity - 1.4.1 + 1.4.3 test @@ -164,7 +164,7 @@ org.revapi revapi-maven-plugin - 0.11.2 + 0.14.6 diff --git a/sdk/communication/pom.xml b/sdk/communication/pom.xml index 68c19228617aa..0b7bdd21fcac4 100644 --- a/sdk/communication/pom.xml +++ b/sdk/communication/pom.xml @@ -41,7 +41,7 @@ com.azure azure-communication-identity - 1.2.0-beta.1 + 1.1.5 com.azure