Skip to content

Commit

Permalink
Bump Serilog.AspNetCore, Serilog and Serilog.Formatting.Compact
Browse files Browse the repository at this point in the history
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore), [Serilog](https://github.com/serilog/serilog) and [Serilog.Formatting.Compact](https://github.com/serilog/serilog-formatting-compact). These dependencies needed to be updated together.

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

Updates `Serilog` from 2.12.0 to 3.1.1
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v2.12.0...v3.1.1)

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)

---
updated-dependencies:
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Formatting.Compact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gunndabad committed Jan 4, 2024
1 parent 090d43f commit 314d8ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TeachingRecordSystem/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
<PackageVersion Include="Sentry.AspNetCore" Version="3.40.1" />
<PackageVersion Include="Sentry.Extensions.Logging" Version="3.41.3" />
<PackageVersion Include="Sentry.Serilog" Version="3.40.1" />
<PackageVersion Include="Serilog" Version="2.12.0" />
<PackageVersion Include="Serilog.AspNetCore" Version="7.0.0" />
<PackageVersion Include="Serilog" Version="3.1.1" />
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.0" />
<PackageVersion Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Serilog.Formatting.Compact" Version="1.1.0" />
<PackageVersion Include="Serilog.Formatting.Compact" Version="2.0.0" />
<PackageVersion Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageVersion Include="Serilog.Sinks.ApplicationInsights" Version="4.0.0" />
<PackageVersion Include="Serilog.Sinks.Console" Version="5.0.1" />
Expand Down

0 comments on commit 314d8ef

Please sign in to comment.