diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 4d10f1769dfda..a83baf8fba207 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -73,7 +73,7 @@ com.azure azure-communication-common - 2.0.0-beta.2 + 1.2.9 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index c52046e43d732..396f4a4e67ea8 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -64,7 +64,7 @@ com.azure:azure-code-customization-parent;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-communication-chat;1.3.8;1.4.0-beta.1 com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5 com.azure:azure-communication-callautomation;1.0.0-beta.1;1.0.0-beta.2 -com.azure:azure-communication-common;1.2.8;2.0.0-beta.2 +com.azure:azure-communication-common;1.2.8;1.2.9 com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-communication-sms;1.1.13;1.2.0-beta.1 com.azure:azure-communication-identity;1.4.6;1.5.0-beta.1 diff --git a/sdk/communication/azure-communication-common-perf/pom.xml b/sdk/communication/azure-communication-common-perf/pom.xml index a730dc7053058..3c1d694a2d2a3 100644 --- a/sdk/communication/azure-communication-common-perf/pom.xml +++ b/sdk/communication/azure-communication-common-perf/pom.xml @@ -28,7 +28,7 @@ com.azure azure-communication-common - 2.0.0-beta.2 + 1.2.9 com.azure diff --git a/sdk/communication/azure-communication-common/CHANGELOG.md b/sdk/communication/azure-communication-common/CHANGELOG.md index 250d1c255aa90..1bd069116053d 100644 --- a/sdk/communication/azure-communication-common/CHANGELOG.md +++ b/sdk/communication/azure-communication-common/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +## 1.2.9 (2023-06-13) + +### Other Changes + +#### Dependency Updates + +- Upgraded `azure-core` from `1.39.0` to version `1.40.0`. +- Upgraded `azure-core-http-netty` from `1.13.3` to version `1.13.4`. + ## 1.2.8 (2023-05-12) ### Other Changes diff --git a/sdk/communication/azure-communication-common/pom.xml b/sdk/communication/azure-communication-common/pom.xml index a4a3b0f0631b4..6cf93277d33aa 100644 --- a/sdk/communication/azure-communication-common/pom.xml +++ b/sdk/communication/azure-communication-common/pom.xml @@ -13,7 +13,7 @@ com.azure azure-communication-common jar - 1.2.8 + 1.2.9 Microsoft Azure common library for communication service client @@ -46,12 +46,12 @@ com.azure azure-core - 1.39.0 + 1.40.0 com.azure azure-core-http-netty - 1.13.3 + 1.13.4 compile @@ -63,25 +63,25 @@ org.junit.jupiter junit-jupiter-api - 5.9.1 + 5.9.3 test org.junit.jupiter junit-jupiter-engine - 5.9.1 + 5.9.3 test org.junit.jupiter junit-jupiter-params - 5.9.1 + 5.9.3 test io.projectreactor reactor-test - 3.4.27 + 3.4.29 test