Skip to content

Commit

Permalink
Build(deps): Bump MongoDB.Driver, Serilog and Serilog.Sinks.MongoDB
Browse files Browse the repository at this point in the history
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver), [Serilog](https://github.com/serilog/serilog) and [Serilog.Sinks.MongoDB](https://github.com/ChangemakerStudios/serilog-sinks-mongodb). These dependencies needed to be updated together.

Updates `MongoDB.Driver` from 3.0.0 to 3.0.0
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v3.0.0...v3.0.0)

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

Updates `Serilog.Sinks.MongoDB` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/ChangemakerStudios/serilog-sinks-mongodb/releases)
- [Commits](ChangemakerStudios/serilog-sinks-mongodb@v6.0.0...v7.0.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Serilog
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Sinks.MongoDB
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent ae58f94 commit 1013b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bot/Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.0.0" />
<PackageReference Include="Serilog.Sinks.MongoDB" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.MongoDB" Version="7.0.0" />
</ItemGroup>

</Project>

0 comments on commit 1013b36

Please sign in to comment.