Skip to content

Commit

Permalink
Merge pull request #189 from BrammyS/dependabot/nuget/dev/Serilog-4.1.0
Browse files Browse the repository at this point in the history
Build(deps): Bump Serilog from 4.0.2 to 4.1.0
  • Loading branch information
BrammyS authored Oct 23, 2024
2 parents ac24824 + 62e35cd commit ae58f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Bot/Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="3.0.0" />
<PackageReference Include="Serilog" Version="4.0.2" />
<PackageReference Include="Serilog" Version="4.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Serilog.Enrichers.AssemblyName" Version="2.0.0" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="MongoDB.Driver" Version="3.0.0"/>
<PackageReference Include="Serilog" Version="4.0.2"/>
<PackageReference Include="Serilog" Version="4.1.0"/>
<PackageReference Include="Serilog.Sinks.Mongodb.TimeSeries" Version="5.0.11" />
</ItemGroup>

Expand Down

0 comments on commit ae58f94

Please sign in to comment.