Skip to content

Commit dabd193

Browse files
Update dependency SixLabors.ImageSharp.Web to v3.1.1 (#903)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [SixLabors.ImageSharp.Web](https://togithub.com/SixLabors/ImageSharp.Web) | `3.1.0` -> `3.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/SixLabors.ImageSharp.Web/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SixLabors.ImageSharp.Web/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SixLabors.ImageSharp.Web/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SixLabors.ImageSharp.Web/3.1.0/3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SixLabors/ImageSharp.Web (SixLabors.ImageSharp.Web)</summary> ### [`v3.1.1`](https://togithub.com/SixLabors/ImageSharp.Web/releases/tag/v3.1.1) #### What's Changed - Bump actions/setup-dotnet from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp.Web/pull/346](https://togithub.com/SixLabors/ImageSharp.Web/pull/346) - Cache folder configuration for Azure and AWS Image Caches (Lombiq Technologies: OCORE-136) by [@&#8203;Piedone](https://togithub.com/Piedone) in [https://github.com/SixLabors/ImageSharp.Web/pull/353](https://togithub.com/SixLabors/ImageSharp.Web/pull/353) - Bump actions/cache from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp.Web/pull/355](https://togithub.com/SixLabors/ImageSharp.Web/pull/355) - Bump NuGet/setup-nuget from 1 to 2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp.Web/pull/356](https://togithub.com/SixLabors/ImageSharp.Web/pull/356) - Bump SixLabors.ImageSharp from 3.1.0 to 3.1.3 in /src/ImageSharp.Web by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp.Web/pull/358](https://togithub.com/SixLabors/ImageSharp.Web/pull/358) - Bump codecov/codecov-action from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/SixLabors/ImageSharp.Web/pull/357](https://togithub.com/SixLabors/ImageSharp.Web/pull/357) #### New Contributors - [@&#8203;Piedone](https://togithub.com/Piedone) made their first contribution in [https://github.com/SixLabors/ImageSharp.Web/pull/353](https://togithub.com/SixLabors/ImageSharp.Web/pull/353) **Full Changelog**: SixLabors/ImageSharp.Web@v3.1.0...v3.1.1 </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/orso-co/Orso.Arpa.Api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIzMC4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eca9271 commit dabd193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orso.Arpa.Api/Orso.Arpa.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<PackageReference Include="NLog" Version="5.2.8" />
3939
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.8" />
4040
<PackageReference Include="NWebsec.AspNetCore.Middleware" Version="3.0.0" />
41-
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.0" />
41+
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.1" />
4242
<PackageReference Include="SixLabors.ImageSharp.Web.Providers.Azure" Version="3.1.0" />
4343
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
4444
<PackageReference Include="Yoh.Text.Json.NamingPolicies" Version="1.0.0" />

0 commit comments

Comments
 (0)