Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates (#772)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [AWSSDK.Route53](https://github.com/aws/aws-sdk-net) and [Azure.Identity](https://github.com/Azure/azure-sdk-for-net).


Updates `AWSSDK.Route53` from 3.7.402.25 to 3.7.402.29
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

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: AWSSDK.Route53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 28, 2024
1 parent 0452f7e commit 6280a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeyVault.Acmebot/KeyVault.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Route53" Version="3.7.402.25" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="AWSSDK.Route53" Version="3.7.402.29" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.1.1" />
<PackageReference Include="Azure.ResourceManager.PrivateDns" Version="1.2.0" />
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.7.0" />
Expand Down

0 comments on commit 6280a02

Please sign in to comment.