Skip to content

Commit

Permalink
Update dependency Serilog.AspNetCore to v6.1.0 (#847)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Serilog.AspNetCore](https://togithub.com/serilog/serilog-aspnetcore)
| nuget | minor | `6.0.1` -> `6.1.0` |

---

### Release Notes

<details>
<summary>serilog/serilog-aspnetcore</summary>

###
[`v6.1.0`](https://togithub.com/serilog/serilog-aspnetcore/releases/v6.1.0)

-
[#&#8203;305](https://togithub.com/serilog/serilog-aspnetcore/issues/305)
- add `GetMessageTemplateProperties` option
([@&#8203;dnperfors](https://togithub.com/dnperfors))
-
[#&#8203;306](https://togithub.com/serilog/serilog-aspnetcore/issues/306)
- language level modernization and cleanup
([@&#8203;SimonCropp](https://togithub.com/SimonCropp))

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
brighid-bot authored Mar 29, 2023
1 parent c7f5021 commit 5ce15b7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions cicd/Cicd.BuildDriver/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,8 @@
},
"Serilog.AspNetCore": {
"type": "Transitive",
"resolved": "6.0.1",
"contentHash": "5XW90k62V7G9I0D/j9Iz+NyRBB6/SnoFpHUPeLnV40gONV2vs2A/ewWi91QVjQmyHBfzFeqIrkvE/DJMZ0alTg==",
"resolved": "6.1.0",
"contentHash": "iMwFUJDN+/yWIPz4TKCliagJ1Yn//SceCYCzgdPwe/ECYUwb5/WUL8cTzRKV+tFwxGjLEV/xpm0GupS5RwbhSQ==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "5.0.0",
"Microsoft.Extensions.Logging": "5.0.0",
Expand Down Expand Up @@ -1928,7 +1928,7 @@
"Models": "1.0.0",
"Pomelo.EntityFrameworkCore.MySql": "6.0.2",
"RestClient": "1.0.0",
"Serilog.AspNetCore": "6.0.1",
"Serilog.AspNetCore": "6.1.0",
"Serilog.Filters.Expressions": "2.1.0"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/Adapter/Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Destructurama.Attributed" Version="3.0.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.1" />
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
<PackageReference Include="Serilog.Filters.Expressions" Version="2.1.0" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/Adapter/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
},
"Serilog.AspNetCore": {
"type": "Direct",
"requested": "[6.0.1, )",
"resolved": "6.0.1",
"contentHash": "5XW90k62V7G9I0D/j9Iz+NyRBB6/SnoFpHUPeLnV40gONV2vs2A/ewWi91QVjQmyHBfzFeqIrkvE/DJMZ0alTg==",
"requested": "[6.1.0, )",
"resolved": "6.1.0",
"contentHash": "iMwFUJDN+/yWIPz4TKCliagJ1Yn//SceCYCzgdPwe/ECYUwb5/WUL8cTzRKV+tFwxGjLEV/xpm0GupS5RwbhSQ==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "5.0.0",
"Microsoft.Extensions.Logging": "5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,8 @@
},
"Serilog.AspNetCore": {
"type": "Transitive",
"resolved": "6.0.1",
"contentHash": "5XW90k62V7G9I0D/j9Iz+NyRBB6/SnoFpHUPeLnV40gONV2vs2A/ewWi91QVjQmyHBfzFeqIrkvE/DJMZ0alTg==",
"resolved": "6.1.0",
"contentHash": "iMwFUJDN+/yWIPz4TKCliagJ1Yn//SceCYCzgdPwe/ECYUwb5/WUL8cTzRKV+tFwxGjLEV/xpm0GupS5RwbhSQ==",
"dependencies": {
"Microsoft.Extensions.DependencyInjection": "5.0.0",
"Microsoft.Extensions.Logging": "5.0.0",
Expand Down Expand Up @@ -1923,7 +1923,7 @@
"Models": "1.0.0",
"Pomelo.EntityFrameworkCore.MySql": "6.0.2",
"RestClient": "1.0.0",
"Serilog.AspNetCore": "6.0.1",
"Serilog.AspNetCore": "6.1.0",
"Serilog.Filters.Expressions": "2.1.0"
}
},
Expand Down

0 comments on commit 5ce15b7

Please sign in to comment.