Skip to content

Commit

Permalink
Merge pull request #377 from nblumhardt/dependency-update
Browse files Browse the repository at this point in the history
Update `Serilog.Settings.Configuration` dependency to avoid transitive dependency on vulnerable `System.Text.Json`
  • Loading branch information
nblumhardt authored Jul 12, 2024
2 parents 70808df + 77bd65c commit 1a88701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Serilog.AspNetCore/Serilog.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ItemGroup>
<!-- The versions of all references in this group must match the major and minor components of the package version prefix. -->
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 1a88701

Please sign in to comment.