Skip to content

Commit 9a162a3

Browse files
Bump Azure.Identity from 1.19.0 to 1.20.0 (#1638)
--- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed42d30 commit 9a162a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/backend/CollaborationStateService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Azure.Identity" Version="1.19.0" />
8+
<PackageReference Include="Azure.Identity" Version="1.20.0" />
99
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="3.1.0" />
1010
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.14" />
1111
<PackageReference Include="Microsoft.AspNetCore.SignalR.Core" Version="1.2.9" />

src/backend/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"Azure.Identity": {
1818
"type": "Direct",
19-
"requested": "[1.19.0, )",
20-
"resolved": "1.19.0",
21-
"contentHash": "01KY5RC7XHwh3azcZ46GMhVR7ajRsRPFh5ivVuvs7N9nVAYK+9/g2eqXTjBneorm9PTYAUfmHvd1dIdmzBym3w==",
19+
"requested": "[1.20.0, )",
20+
"resolved": "1.20.0",
21+
"contentHash": "yWOcmVL3SP5aVZqJ24V8IXdGRT6GW3/SD/al2w1Xe0MIcT8DuXpPOyKE9Pbk8/XxMtjHX14A82U6gwvDaU/GIw==",
2222
"dependencies": {
23-
"Azure.Core": "1.51.1",
23+
"Azure.Core": "1.52.0",
2424
"Microsoft.Extensions.Configuration.Abstractions": "10.0.3",
2525
"Microsoft.Extensions.Hosting.Abstractions": "10.0.3",
2626
"Microsoft.Identity.Client": "4.83.1",

0 commit comments

Comments
 (0)