Skip to content

Commit

Permalink
chore(deps): bump Sentry.Serilog and Serilog
Browse files Browse the repository at this point in the history
Bumps [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) and [Serilog](https://github.com/serilog/serilog). These dependencies needed to be updated together.

Updates `Sentry.Serilog` from 4.13.0 to 5.0.0
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@4.13.0...5.0.0)

Updates `Serilog` from 4.2.0 to 2.10.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.2.0...v2.10.0)

---
updated-dependencies:
- dependency-name: Sentry.Serilog
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 439874a commit 4f1aee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoundSwitch/SoundSwitch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<PackageReference Include="NuGet.Versioning" Version="6.12.1" />
<PackageReference Include="Polly.Core" Version="8.5.0" />
<PackageReference Include="RailSharp" Version="1.0.0" />
<PackageReference Include="Sentry.Serilog" Version="4.13.0" />
<PackageReference Include="Sentry.Serilog" Version="5.0.0" />
<PackageReference Include="Serilog" Version="4.2.0" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
<PackageReference Include="Serilog.Exceptions" Version="8.4.0+build.694" />
Expand Down

0 comments on commit 4f1aee1

Please sign in to comment.