From 1984deba4a0bdd2a63591374831eaf1d65db3c1a Mon Sep 17 00:00:00 2001 From: ravithanneeru <80485423+ravithanneeru@users.noreply.github.com> Date: Mon, 1 Nov 2021 19:04:37 +0000 Subject: [PATCH] Common SDK version update in CallingServer SDK (#18451) --- sdk/communication/communication-callingserver/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/communication/communication-callingserver/package.json b/sdk/communication/communication-callingserver/package.json index 5f513a058852..3d988483b9ef 100644 --- a/sdk/communication/communication-callingserver/package.json +++ b/sdk/communication/communication-callingserver/package.json @@ -68,7 +68,7 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/abort-controller": "^1.0.0", - "@azure/communication-common": "^1.1.0", + "@azure/communication-common": "^1.1.1", "@azure/core-auth": "^1.3.0", "@azure/core-http": "^2.0.0", "@azure/core-tracing": "1.0.0-preview.13",