Skip to content

Commit 7634ef7

Browse files
deps(nuget): Bump Intility.Logging.AspNetCore from 3.0.3 to 3.1.4 (#89)
Updated [Intility.Logging.AspNetCore](https://github.com/Intility/Intility.Logging) from 3.0.3 to 3.1.4. <details> <summary>Release notes</summary> _Sourced from [Intility.Logging.AspNetCore's releases](https://github.com/Intility/Intility.Logging/releases)._ ## 3.1.4 ## [3.1.4](intility/Intility.Logging@v3.1.3...v3.1.4) (2026-03-02) ### Bug Fixes * Bump the all group with 10 updates ([#​172](intility/Intility.Logging#172)) ([b498619](intility/Intility.Logging@b498619)) ## 3.1.3 ## [3.1.3](intility/Intility.Logging@v3.1.2...v3.1.3) (2026-01-02) ### Bug Fixes * add explicit permissions to workflows ([28931f8](intility/Intility.Logging@28931f8)) * bump Sentry SDK to 6.0.0 and update dependencies ([68cf3f8](intility/Intility.Logging@68cf3f8)) ## 3.1.2 ## [3.1.2](intility/Intility.Logging@v3.1.1...v3.1.2) (2025-12-02) ### Bug Fixes * update dependencies from dependabot PRs ([67d85d5](intility/Intility.Logging@67d85d5)) ## 3.1.1 ## [3.1.1](intility/Intility.Logging@v3.1.0...v3.1.1) (2025-11-19) ### Bug Fixes * bump serilog enricher azure ([69d3b9b](intility/Intility.Logging@69d3b9b)) ## 3.1.0 ## [3.1.0](intility/Intility.Logging@v3.0.5...v3.1.0) (2025-11-19) ### Features * add .NET 10 support and update all nugets ([bcf8142](intility/Intility.Logging@bcf8142)) ## 3.0.5 ## [3.0.5](intility/Intility.Logging@v3.0.4...v3.0.5) (2025-07-02) ### Bug Fixes * update dependencies and enhance automation of releases ([862c30a](intility/Intility.Logging@862c30a)) ## 3.0.4 ## What's Changed * feat: remove nuke and create a new workflow by @​loekensgard in intility/Intility.Logging#142 * feat: add build pipeline by @​loekensgard in intility/Intility.Logging#143 * build: bump the all group with 4 updates by @​dependabot in intility/Intility.Logging#144 **Full Changelog**: intility/Intility.Logging@v3.0.3...v3.0.4 Commits viewable in [compare view](intility/Intility.Logging@v3.0.3...v3.1.4). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Intility.Logging.AspNetCore&package-manager=nuget&previous-version=3.0.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4bf186 commit 7634ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JsonApiToolkit/JsonApiToolkit.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="10.0.5"/>
26-
<PackageReference Include="Intility.Logging.AspNetCore" Version="3.0.3"/>
26+
<PackageReference Include="Intility.Logging.AspNetCore" Version="3.1.4"/>
2727
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.3.9"/>
2828
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.14"/>
2929
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.14"/>

0 commit comments

Comments
 (0)