Skip to content

Commit

Permalink
Merge pull request #260 from gitfool/renovate/serilog
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool authored Nov 10, 2024
2 parents f489de1 + 5a790af commit 1733c83
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.2" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.4" />
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": "[4.0.2, )",
"resolved": "4.0.2",
"contentHash": "Vehq4uNYtURe/OnHEpWGvMgrvr5Vou7oZLdn3BuEH5FSCeHXDpNJtpzWoqywXsSvCTuiv0I65mZDRnJSeUvisA=="
"requested": "[4.1.0, )",
"resolved": "4.1.0",
"contentHash": "u1aZI8HZ62LWlq5dZLFwm6jMax/sUwnWZSw5lkPsCt518cJBxFKoNmc7oSxe5aA5BgSkzy9rzwFGR/i/acnSPw=="
},
"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 @@ -456,8 +456,8 @@
},
"Serilog": {
"type": "Transitive",
"resolved": "4.0.2",
"contentHash": "Vehq4uNYtURe/OnHEpWGvMgrvr5Vou7oZLdn3BuEH5FSCeHXDpNJtpzWoqywXsSvCTuiv0I65mZDRnJSeUvisA=="
"resolved": "4.1.0",
"contentHash": "u1aZI8HZ62LWlq5dZLFwm6jMax/sUwnWZSw5lkPsCt518cJBxFKoNmc7oSxe5aA5BgSkzy9rzwFGR/i/acnSPw=="
},
"Serilog.Enrichers.Thread": {
"type": "Transitive",
Expand Down Expand Up @@ -629,7 +629,7 @@
"Microsoft.Extensions.Options": "[8.0.2, )",
"NetEscapades.Configuration.Yaml": "[3.1.0, )",
"Polly": "[8.4.2, )",
"Serilog": "[4.0.2, )",
"Serilog": "[4.1.0, )",
"Serilog.Enrichers.Thread": "[4.0.0, )",
"Serilog.Extensions.Hosting": "[8.0.0, )",
"Serilog.Settings.Configuration": "[8.0.4, )",
Expand Down

0 comments on commit 1733c83

Please sign in to comment.