Skip to content

Commit

Permalink
Update dependency NLog.Web.AspNetCore to 5.3.13 (#1002)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [NLog.Web.AspNetCore](https://github.com/NLog/NLog.Web) |
`5.3.12` -> `5.3.13` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/NLog.Web.AspNetCore/5.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NLog.Web.AspNetCore/5.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NLog.Web.AspNetCore/5.3.12/5.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NLog.Web.AspNetCore/5.3.12/5.3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>NLog/NLog.Web (NLog.Web.AspNetCore)</summary>

###
[`v5.3.13`](https://github.com/NLog/NLog.Web/blob/HEAD/CHANGELOG.MD#Version-5313-20240912)

-   **NLog.Web.AspNetCore**
- [#&#8203;1053](https://github.com/NLog/NLog.Web/pull/1053)
AspNetRequestUrlRenderer - Mark Properties-option as DefaultParameter
([#&#8203;1053](https://github.com/NLog/NLog.Web/issues/1053))
([@&#8203;snakefoot](https://github.com/snakefoot))
- [#&#8203;1054](https://github.com/NLog/NLog.Web/pull/1054)
Updated dependency NLog.Extensions.Logging v5.3.13
([#&#8203;1054](https://github.com/NLog/NLog.Web/issues/1054))
([@&#8203;snakefoot](https://github.com/snakefoot))

-   **NLog.Web**
- [#&#8203;1053](https://github.com/NLog/NLog.Web/pull/1053)
AspNetRequestUrlRenderer - Mark Properties-option as DefaultParameter
([#&#8203;1053](https://github.com/NLog/NLog.Web/issues/1053))
([@&#8203;snakefoot](https://github.com/snakefoot))
- [#&#8203;1054](https://github.com/NLog/NLog.Web/pull/1054)
Updated dependency NLog v5.3.4
([#&#8203;1054](https://github.com/NLog/NLog.Web/issues/1054))
([@&#8203;snakefoot](https://github.com/snakefoot))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge -
At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/orso-co/Orso.Arpa.Api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 86bb131 commit 3e1c94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orso.Arpa.Api/Orso.Arpa.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.8" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.5" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.12" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.13" />
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.3" />
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="3.1.3" />
Expand Down

0 comments on commit 3e1c94b

Please sign in to comment.