Skip to content

Commit

Permalink
Bump dependency Serilog to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent 73b8ffa commit f346196
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
<PackageReference Include="Polly" Version="8.4.0" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog" Version="4.0.0" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
Expand Down
6 changes: 3 additions & 3 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
},
"Serilog": {
"type": "Direct",
"requested": "[3.1.1, )",
"resolved": "3.1.1",
"contentHash": "P6G4/4Kt9bT635bhuwdXlJ2SCqqn2nhh4gqFqQueCOr9bK/e7W9ll/IoX1Ter948cV2Z/5+5v8pAfJYUISY03A=="
"requested": "[4.0.0, )",
"resolved": "4.0.0",
"contentHash": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw=="
},
"Serilog.Enrichers.Thread": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@
},
"Serilog": {
"type": "Transitive",
"resolved": "3.1.1",
"contentHash": "P6G4/4Kt9bT635bhuwdXlJ2SCqqn2nhh4gqFqQueCOr9bK/e7W9ll/IoX1Ter948cV2Z/5+5v8pAfJYUISY03A=="
"resolved": "4.0.0",
"contentHash": "2jDkUrSh5EofOp7Lx5Zgy0EB+7hXjjxE2ktTb1WVQmU00lDACR2TdROGKU0K1pDTBSJBN1PqgYpgOZF8mL7NJw=="
},
"Serilog.Enrichers.Thread": {
"type": "Transitive",
Expand Down Expand Up @@ -655,7 +655,7 @@
"Microsoft.Extensions.Options": "[8.0.2, )",
"NetEscapades.Configuration.Yaml": "[3.1.0, )",
"Polly": "[8.4.0, )",
"Serilog": "[3.1.1, )",
"Serilog": "[4.0.0, )",
"Serilog.Enrichers.Thread": "[3.1.0, )",
"Serilog.Extensions.Hosting": "[8.0.0, )",
"Serilog.Settings.Configuration": "[8.0.0, )",
Expand Down

0 comments on commit f346196

Please sign in to comment.