Skip to content

Commit

Permalink
Update dependency NLog.Web.AspNetCore to 5.3.14 (#1004)
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.13` -> `5.3.14` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/NLog.Web.AspNetCore/5.3.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/NLog.Web.AspNetCore/5.3.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/NLog.Web.AspNetCore/5.3.13/5.3.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/NLog.Web.AspNetCore/5.3.13/5.3.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v5.3.14`](https://github.com/NLog/NLog.Web/blob/HEAD/CHANGELOG.MD#Version-5314-20240923)

-   **NLog.Web.AspNetCore**
- [#&#8203;1055](https://github.com/NLog/NLog.Web/pull/1055)
UseNLog should fallback after checking ContentRoot for NLog.config
([#&#8203;1055](https://github.com/NLog/NLog.Web/issues/1055))
([@&#8203;snakefoot](https://github.com/snakefoot))
- [#&#8203;1055](https://github.com/NLog/NLog.Web/pull/1055)
Updated dependency NLog.Extensions.Logging v5.3.14
([#&#8203;1055](https://github.com/NLog/NLog.Web/issues/1055))
([@&#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 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, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 3e1c94b commit f48d91b
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.13" />
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.14" />
<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 f48d91b

Please sign in to comment.