Skip to content

Commit 0fb80a7

Browse files
authored
Merge pull request #7 from shibayan/dependabot/nuget/FunctionApp1/Microsoft.Azure.WebJobs.Extensions.DurableTask-3.4.1
2 parents 6fc8777 + 33c4499 commit 0fb80a7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

FunctionApp1/FunctionApp1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.1.0" />
8-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="3.3.1" />
8+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="3.4.1" />
99
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.EventHubs" Version="6.5.2" />
1010
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.6.0" />
1111
</ItemGroup>

FunctionApp1/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
},
1515
"Microsoft.Azure.WebJobs.Extensions.DurableTask": {
1616
"type": "Direct",
17-
"requested": "[3.3.1, )",
18-
"resolved": "3.3.1",
19-
"contentHash": "glS97EYlH0sHjIB5XqgDaRJw4wXRCgSDkFR0qUAM7vbg7P2GgBsk7WkXTpTbBygauJUT1ZPtOYxlmp7whIolsA==",
17+
"requested": "[3.4.1, )",
18+
"resolved": "3.4.1",
19+
"contentHash": "GgYF9Yp5yoSFOK7VmkKW73B1Er1p7L0SjnKQPUlqQfES1PO0PPSfGcbJl2VdYVDBVubyLA50dHj9gKyCyyTK/w==",
2020
"dependencies": {
2121
"Azure.Identity": "1.12.1",
2222
"Grpc.Core": "2.46.6",
2323
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "2.2.0",
2424
"Microsoft.Azure.DurableTask.ApplicationInsights": "0.5.0",
25-
"Microsoft.Azure.DurableTask.AzureStorage": "2.3.0",
25+
"Microsoft.Azure.DurableTask.AzureStorage": "2.4.0",
2626
"Microsoft.Azure.DurableTask.Core": "3.3.0",
2727
"Microsoft.Azure.WebJobs": "3.0.39",
2828
"Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers": "0.5.0",
@@ -473,8 +473,8 @@
473473
},
474474
"Microsoft.Azure.DurableTask.AzureStorage": {
475475
"type": "Transitive",
476-
"resolved": "2.3.0",
477-
"contentHash": "X1DoMxAqbSl9gc42S/ZC+j5dOb+sfHnHB5zedhCHTRsPoJdat881p1uoK0x+Bd81HAkfY3kEpGzl7t7LYQpVzA==",
476+
"resolved": "2.4.0",
477+
"contentHash": "tkmwleBtxK0aF3jJggx7yGynUDvNUiSwhY7oCc/RbgwYcRNdQMyG96YJTg/yhVKQGgkPK/TC40F9OaTfiuGh1g==",
478478
"dependencies": {
479479
"Azure.Data.Tables": "12.11.0",
480480
"Azure.Storage.Blobs": "12.24.0",

0 commit comments

Comments
 (0)