Skip to content

Commit 59b02fa

Browse files
Bump the nuget group with 1 update (#294)
Updated [Magick.NET-Q8-AnyCPU](https://github.com/dlemstra/Magick.NET) from 14.10.4 to 14.11.0. <details> <summary>Release notes</summary> _Sourced from [Magick.NET-Q8-AnyCPU's releases](https://github.com/dlemstra/Magick.NET/releases)._ ## 14.11.0 ### What's Changed - Added `DcmReadDefines`. ### Related changes in ImageMagick since the last release of Magick.NET: - Access mode change for files created from 0666 to 0600 (ImageMagick/ImageMagick#8609) - Heap-buffer-overflow in NewXMLTree could result in crash (GHSA-gc62-2v5p-qpmp) ### Library updates: - ImageMagick 7.1.2-17 (2026-03-16) - openexr 3.4.6 (2026-03-01) - freetype 2.14.2 (2026-03-01) - harfbuzz 13.0.1 (2026-03-07) - libxml2 2.15.2 (2026-03-03) **Full Changelog**: dlemstra/Magick.NET@14.10.4...14.11.0 Commits viewable in [compare view](dlemstra/Magick.NET@14.10.4...14.11.0). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mlapaglia/OpenAlprWebhookProcessor/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f86f71 commit 59b02fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenAlprWebhookProcessor.Server/OpenAlprWebhookProcessor.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<PackageReference Include="Flurl.Http" Version="4.0.2" />
4040
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
4141
<PackageReference Include="Lib.AspNetCore.WebPush" Version="2.2.2" />
42-
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.10.4" />
42+
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.11.0" />
4343
<PackageReference Include="Mediator.Abstractions" Version="3.0.*-*" />
4444
<PackageReference Include="Mediator.SourceGenerator" Version="3.0.*-*">
4545
<PrivateAssets>all</PrivateAssets>

Tests/Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.10.4" />
23+
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.11.0" />
2424
<PackageReference Include="Mediator.Abstractions" Version="3.0.*-*" />
2525
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
2626
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.3" />

0 commit comments

Comments
 (0)