Skip to content

Commit

Permalink
Merge pull request #3966 from eugene-doobu/feature/resolve-cve-2024-4…
Browse files Browse the repository at this point in the history
  • Loading branch information
riemannulus authored Oct 14, 2024
2 parents 940e7a4 + c7e30ee commit df2c36e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ To be released.

### Dependencies

- (Libplanet.Extensions.Cocona) Changed *System.Text.Json* from [6.0.7] to
[6.0.*]. [[#3966]]

### CLI tools

[#3966]: https://github.com/planetarium/libplanet/pull/3966


Version 5.3.0
-------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Cocona.Lite" Version="2.0.*" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.Text.Json" Version="6.0.7" />
<PackageReference Include="System.Text.Json" Version="6.0.*" />
</ItemGroup>

<ItemGroup Condition="'$(SkipSonar)' != 'true'">
Expand Down

0 comments on commit df2c36e

Please sign in to comment.