Skip to content

Commit

Permalink
Bump Destructurama.Attributed and Serilog (#235)
Browse files Browse the repository at this point in the history
Bumps [Destructurama.Attributed](https://github.com/destructurama/attributed) and [Serilog](https://github.com/serilog/serilog). These dependencies needed to be updated together.

Updates `Destructurama.Attributed` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/destructurama/attributed/releases)
- [Commits](destructurama/attributed@4.0.0...5.0.0)

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

---
updated-dependencies:
- dependency-name: Destructurama.Attributed
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 2, 2025
1 parent fa35130 commit c089ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
<PackageReference Include="Serilog.Enrichers.HttpContext" Version="8.0.8" />
<PackageReference Include="Destructurama.Attributed" Version="4.0.0" />
<PackageReference Include="Destructurama.Attributed" Version="5.0.0" />
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />
</ItemGroup>

Expand Down

0 comments on commit c089ec7

Please sign in to comment.