Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates (#664)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [AWSSDK.Route53](https://github.com/aws/aws-sdk-net), Microsoft.Extensions.Http and [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk).


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

Updates `Microsoft.Extensions.Http` from 2.2.0 to 8.0.0

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

---
updated-dependencies:
- dependency-name: AWSSDK.Route53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Http
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Feb 5, 2024
1 parent 1d16ef2 commit b363399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyVault.Acmebot/KeyVault.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="[6.0.*,7.0.0)" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.3.0" />
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="2.1.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit b363399

Please sign in to comment.