Skip to content

Commit

Permalink
Build(deps): Bump Serilog and Serilog.Sinks.Async (#357)
Browse files Browse the repository at this point in the history
Bumps [Serilog](https://github.com/serilog/serilog) and [Serilog.Sinks.Async](https://github.com/serilog/serilog-sinks-async). These dependencies needed to be updated together.

Updates `Serilog` from 4.1.0 to 4.1.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.1.0...v4.1.0)

Updates `Serilog.Sinks.Async` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/serilog/serilog-sinks-async/releases)
- [Commits](serilog/serilog-sinks-async@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Serilog.Sinks.Async
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 8, 2024
1 parent a8f589f commit 2544e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PackageVersion Include="Serilog" Version="4.1.0" />
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageVersion Include="Serilog.Exceptions" Version="8.4.0" />
<PackageVersion Include="Serilog.Sinks.Async" Version="2.0.0" />
<PackageVersion Include="Serilog.Sinks.Async" Version="2.1.0" />
<PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageVersion Include="Swashbuckle.AspNetCore.Filters" Version="8.0.2" />
Expand Down

0 comments on commit 2544e92

Please sign in to comment.