Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#466)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) and [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk).


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

Updates `Microsoft.NET.Sdk.Functions` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases)
- [Commits](https://github.com/Azure/azure-functions-vs-build-sdk/commits)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Microsoft.NET.Sdk.Functions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 22d4965 commit d170131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppService.Acmebot/AppService.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.12.1" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="Azure.ResourceManager.AppService" Version="1.2.0" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.1.1" />
<PackageReference Include="Azure.ResourceManager.Resources" Version="1.9.0" />
Expand All @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.7" />
<PackageReference Include="Microsoft.Extensions.Http" Version="[6.0.*,7.0.0)" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.1" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.5.0" />
<PackageReference Include="Newtonsoft.json" Version="13.0.3" />
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="2.1.0" />
</ItemGroup>
Expand Down

0 comments on commit d170131

Please sign in to comment.