Skip to content

Commit f522511

Browse files
Bump the dependencies group with 4 updates (#824)
Bumps the dependencies group with 4 updates: [AWSSDK.Route53](https://github.com/aws/aws-sdk-net), [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), [Microsoft.Azure.WebJobs.Extensions.DurableTask](https://github.com/Azure/azure-functions-durable-extension) and [Microsoft.Extensions.Http](https://github.com/dotnet/runtime). Updates `AWSSDK.Route53` from 3.7.405.25 to 3.7.405.30 - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [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.2 to 1.12.1 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.2...Azure.Identity_1.12.1) Updates `Microsoft.Azure.WebJobs.Extensions.DurableTask` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/Azure/azure-functions-durable-extension/releases) - [Changelog](https://github.com/Azure/azure-functions-durable-extension/blob/dev/azure-pipelines-release-nightly.yml) - [Commits](Azure/azure-functions-durable-extension@v3.0.3...v3.0.4) Updates `Microsoft.Extensions.Http` from 6.0.1 to 6.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.1...v6.0.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-minor dependency-group: dependencies - dependency-name: Microsoft.Azure.WebJobs.Extensions.DurableTask 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-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9d5cd5 commit f522511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

KeyVault.Acmebot/KeyVault.Acmebot.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageReference Include="AWSSDK.Route53" Version="3.7.405.25" />
7+
<PackageReference Include="AWSSDK.Route53" Version="3.7.405.30" />
88
<PackageReference Include="Azure.Identity" Version="1.13.2" />
99
<PackageReference Include="Azure.ResourceManager.Dns" Version="1.1.1" />
1010
<PackageReference Include="Azure.ResourceManager.PrivateDns" Version="1.2.0" />
@@ -14,7 +14,7 @@
1414
<PackageReference Include="DurableTask.TypedProxy" Version="2.2.2" />
1515
<PackageReference Include="Google.Apis.Dns.v1" Version="1.68.0.3654" />
1616
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
17-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="3.0.3" />
17+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="3.0.4" />
1818
<PackageReference Include="Microsoft.Extensions.Http" Version="[6.0.*,7.0.0)" />
1919
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" />
2020
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="2.1.0" />

0 commit comments

Comments
 (0)