Skip to content

Commit

Permalink
Bump the serilog group with 5 updates (#184)
Browse files Browse the repository at this point in the history
Bumps the serilog group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [Serilog.Extensions.Hosting](https://github.com/serilog/serilog-extensions-hosting) | `7.0.0` | `8.0.0` |
| [Serilog.Formatting.Compact](https://github.com/serilog/serilog-formatting-compact) | `1.1.0` | `2.0.0` |
| [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) | `7.0.1` | `8.0.0` |
| [Serilog.Sinks.Console](https://github.com/serilog/serilog-sinks-console) | `4.1.0` | `5.0.0` |
| [Serilog.Sinks.Seq](https://github.com/datalust/serilog-sinks-seq) | `5.2.3` | `6.0.0` |


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

Updates `Serilog.Formatting.Compact` from 1.1.0 to 2.0.0
- [Release notes](https://github.com/serilog/serilog-formatting-compact/releases)
- [Commits](serilog/serilog-formatting-compact@v1.1.0...v2.0.0)

Updates `Serilog.Settings.Configuration` from 7.0.1 to 8.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](https://github.com/serilog/serilog-settings-configuration/commits/v8.0.0)

Updates `Serilog.Sinks.Console` from 4.1.0 to 5.0.0
- [Release notes](https://github.com/serilog/serilog-sinks-console/releases)
- [Commits](serilog/serilog-sinks-console@v4.1.0...v5.0.0)

Updates `Serilog.Sinks.Seq` from 5.2.3 to 6.0.0
- [Release notes](https://github.com/datalust/serilog-sinks-seq/releases)
- [Commits](https://github.com/datalust/serilog-sinks-seq/commits)

---
updated-dependencies:
- dependency-name: Serilog.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
- dependency-name: Serilog.Formatting.Compact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
- dependency-name: Serilog.Settings.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
- dependency-name: Serilog.Sinks.Console
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
- dependency-name: Serilog.Sinks.Seq
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: serilog
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 5ca9031 commit 48b3109
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Tingle.Extensions.Serilog/Tingle.Extensions.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Including easier registration when working with different host setups, and gener
<ItemGroup>
<PackageReference Include="Serilog.Enrichers.Sensitive" Version="1.7.3" />
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Serilog.Formatting.Compact" Version="1.1.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Formatting.Compact" Version="2.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="5.0.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.3" />
<PackageReference Include="Serilog.Sinks.Seq" Version="6.0.0" />
</ItemGroup>

</Project>

0 comments on commit 48b3109

Please sign in to comment.