Skip to content

Commit

Permalink
Bump Azure.Identity in the azure group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the azure group with 1 update in the / directory: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net).


Updates `Azure.Identity` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.0...Azure.Identity_1.13.1)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kzu committed Nov 1, 2024
1 parent 9fcd788 commit 8d257f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="CliWrap" Version="3.6.7" />
<PackageReference Include="Azure.Core" Version="1.44.1" />
<PackageReference Include="Azure.Monitor.Query" Version="1.5.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Web/Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Devlooped.CredentialManager" Version="2.6.0" />
<PackageReference Include="DotNetConfig.Configuration" Version="1.2.0" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
Expand Down

0 comments on commit 8d257f3

Please sign in to comment.