Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Serilog.AspNetCore, Serilog.Extensions.Hosting, Serilog.Settings.Configuration, Serilog.Sinks.File and Microsoft.Extensions.Logging.Abstractions #485

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps Serilog.AspNetCore, Serilog.Extensions.Hosting, Serilog.Settings.Configuration, Serilog.Sinks.File and Microsoft.Extensions.Logging.Abstractions. These dependencies needed to be updated together.
Updates Serilog.AspNetCore from 8.0.3 to 9.0.0

Release notes

Sourced from Serilog.AspNetCore's releases.

v9.0.0

What's Changed

  • #388 - update to .NET 9 SDK, Serilog.Extensions.Hosting/Serilog.Settings.Configuration 9.0.0, Serilog 4.2.0 (@​nblumhardt)
Commits

Updates Serilog.Extensions.Hosting from 8.0.0 to 9.0.0

Release notes

Sourced from Serilog.Extensions.Hosting's releases.

v9.0.0

What's Changed

Commits
  • 87e316f Dev version bump [skip ci]
  • 1a13094 Update build badge [skip ci]
  • f32d4a6 Merge pull request #85 from sungam3r/whitespace
  • 0a5bb87 Merge branch 'dev' into whitespace
  • bf9b41b Merge pull request #96 from nblumhardt/dotnet-9
  • 4269818 Remove .DS_Store
  • 796456d Update to .NET 9 SDK and Microsoft.Extensions.Hosting 9.0.0; Actions build; e...
  • 4ec0cc2 One more outdated README example [skip ci]
  • 21bb78a Remove outdated recommendation to set Microsoft to Warning [skip ci]
  • d44e684 Merge pull request #87 from nblumhardt/readme-updates
  • Additional commits viewable in compare view

Updates Serilog.Settings.Configuration from 8.0.4 to 9.0.0

Release notes

Sourced from Serilog.Settings.Configuration's releases.

v9.0.0

What's Changed

Commits

Updates Serilog.Sinks.File from 6.0.0 to 6.0.0

Commits

Updates Microsoft.Extensions.Logging.Abstractions from 9.0.0 to 9.0.0

Commits

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

….Configuration, Serilog.Sinks.File and Microsoft.Extensions.Logging.Abstractions

Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore), [Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting), [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration), [Serilog.Sinks.File](https://github.com/serilog/serilog-sinks-file) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Serilog.AspNetCore` from 8.0.3 to 9.0.0
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](serilog/serilog-aspnetcore@v8.0.3...v9.0.0)

Updates `Serilog.Extensions.Hosting` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/serilog/serilog-extensions-hosting/releases)
- [Commits](serilog/serilog-extensions-hosting@v8.0.0...v9.0.0)

Updates `Serilog.Settings.Configuration` from 8.0.4 to 9.0.0
- [Release notes](https://github.com/serilog/serilog-settings-configuration/releases)
- [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-settings-configuration@v8.0.4...v9.0.0)

Updates `Serilog.Sinks.File` from 6.0.0 to 6.0.0
- [Release notes](https://github.com/serilog/serilog-sinks-file/releases)
- [Changelog](https://github.com/serilog/serilog-sinks-file/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-sinks-file@v6.0.0...v6.0.0)

Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Settings.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Sinks.File
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@LiorBanai LiorBanai merged commit dc724de into main Dec 9, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/multi-91f4b942cc branch December 9, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant