Skip to content

Commit af0846e

Browse files
Bump Serilog from 4.0.0 to 4.0.1 (#217)
Bumps [Serilog](https://github.com/serilog/serilog) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/serilog/serilog/releases) - [Commits](serilog/serilog@v4.0.0...v4.0.1) --- updated-dependencies: - 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>
1 parent f515211 commit af0846e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample/Sample/Sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
11-
<PackageReference Include="Serilog" Version="4.0.0" />
11+
<PackageReference Include="Serilog" Version="4.0.1" />
1212
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
1313
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
1414
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.2" />

src/Serilog.Sinks.Splunk/Serilog.Sinks.Splunk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Serilog" Version="4.0.0" />
21+
<PackageReference Include="Serilog" Version="4.0.1" />
2222
</ItemGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)