Skip to content

Commit

Permalink
Bump MessagePack and System.Text.Json versions to address vulnerabili…
Browse files Browse the repository at this point in the history
…ties. (#98)
  • Loading branch information
victorbush authored Nov 13, 2024
1 parent f8f41b5 commit 7cff5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="Facility.Definition" Version="2.14.0" />
<PackageVersion Include="Facility.CodeGen.Console" Version="2.14.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="MessagePack" Version="2.5.140" />
<PackageVersion Include="MessagePack" Version="2.5.192" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
2 changes: 1 addition & 1 deletion src/Facility.Core/Facility.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' ">
<PackageReference Include="System.Text.Json" VersionOverride="6.0.9" />
<PackageReference Include="System.Text.Json" VersionOverride="6.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7cff5c5

Please sign in to comment.