Skip to content

Commit 2ea0621

Browse files
build(deps): bump Azure.Identity, Azure.Security.KeyVault.Certificates, Azure.Security.KeyVault.Secrets and Microsoft.Identity.Web.GraphServiceClient
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), [Azure.Security.KeyVault.Certificates](https://github.com/Azure/azure-sdk-for-net), [Azure.Security.KeyVault.Secrets](https://github.com/Azure/azure-sdk-for-net) and [Microsoft.Identity.Web.GraphServiceClient](https://github.com/AzureAD/microsoft-identity-web). These dependencies needed to be updated together. Updates `Azure.Identity` from 1.13.2 to 1.11.4 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.2...Azure.Identity_1.11.4) Updates `Azure.Security.KeyVault.Certificates` from 4.7.0 to 4.6.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Security.KeyVault.Certificates_4.7.0...Azure.Security.KeyVault.Certificates_4.6.0) Updates `Azure.Security.KeyVault.Secrets` from 4.7.0 to 4.6.0 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Security.KeyVault.Secrets_4.7.0...Azure.Security.KeyVault.Secrets_4.6.0) Updates `Microsoft.Identity.Web.GraphServiceClient` from 3.6.0 to 3.6.1 - [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases) - [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md) - [Commits](AzureAD/microsoft-identity-web@3.6.0...3.6.1) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Azure.Security.KeyVault.Certificates dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Azure.Security.KeyVault.Secrets dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Identity.Web.GraphServiceClient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2eee2f8 commit 2ea0621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GraphWebhooks/GraphWebhooks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.7.0" />
1818
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
1919
<PackageReference Include="Microsoft.Identity.Web" Version="3.4.0" />
20-
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="3.6.0" />
20+
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="3.6.1" />
2121
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.4.0" />
2222
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)