Skip to content

Commit

Permalink
build(deps): bump Azure.Identity, Azure.Security.KeyVault.Certificate…
Browse files Browse the repository at this point in the history
…s, Azure.Security.KeyVault.Secrets, Microsoft.Identity.Web and Microsoft.Identity.Web.UI

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), [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) and [Microsoft.Identity.Web.UI](https://github.com/AzureAD/microsoft-identity-web). These dependencies needed to be updated together.

Updates `Azure.Identity` from 1.13.1 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.1...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` from 3.4.0 to 3.4.0
- [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.4.0...3.4.0)

Updates `Microsoft.Identity.Web.UI` from 3.3.1 to 3.4.0
- [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.3.1...3.4.0)

---
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
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Identity.Web.UI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 71f59ac commit 5a3bdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphWebhooks/GraphWebhooks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="3.4.0" />
<PackageReference Include="Microsoft.Identity.Web.GraphServiceClient" Version="3.3.1" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.3.1" />
<PackageReference Include="Microsoft.Identity.Web.UI" Version="3.4.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 5a3bdc5

Please sign in to comment.