Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates (#742)
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), [Google.Apis.Dns.v1](https://github.com/google/google-api-dotnet-client) and [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk).


Updates `AWSSDK.Route53` from 3.7.400 to 3.7.401
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](aws/aws-sdk-net@3.7.400.0...3.7.401.0)

Updates `Google.Apis.Dns.v1` from 1.68.0.3438 to 1.68.0.3487
- [Release notes](https://github.com/google/google-api-dotnet-client/releases)
- [Commits](https://github.com/google/google-api-dotnet-client/commits)

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

---
updated-dependencies:
- dependency-name: AWSSDK.Route53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Google.Apis.Dns.v1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.NET.Sdk.Functions
  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 Aug 5, 2024
1 parent 488681b commit e23c650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KeyVault.Acmebot/KeyVault.Acmebot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Route53" Version="3.7.400" />
<PackageReference Include="AWSSDK.Route53" Version="3.7.401" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.1.1" />
<PackageReference Include="Azure.ResourceManager.PrivateDns" Version="1.1.1" />
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.6.0" />
<PackageReference Include="Azure.Security.KeyVault.Keys" Version="4.6.0" />
<PackageReference Include="DnsClient" Version="1.8.0" />
<PackageReference Include="DurableTask.TypedProxy" Version="2.2.2" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.68.0.3438" />
<PackageReference Include="Google.Apis.Dns.v1" Version="1.68.0.3487" />
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.13.4" />
<PackageReference Include="Microsoft.Extensions.Http" Version="[6.0.*,7.0.0)" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.1" />
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="2.1.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit e23c650

Please sign in to comment.