Skip to content

Commit

Permalink
chore(SystemTextJson, deps): Target minimum non vulnerable ver, 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jul 10, 2024
1 parent 1acd304 commit 4bd79d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ The `Unreleased` section name is replaced by the expected version of next releas

### Added
### Changed

- `SystemTextJson`: Upped minimum `System.Text.Json` version to `8.0.4` per [CVE-2024-30105](https://github.com/dotnet/announcements/issues/315) [#122](https://github.com/jet/FsCodec/pull/122)

### Removed
### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<PackageReference Include="FSharp.Core" Version="4.5.4" />

<PackageReference Include="System.Text.Json" Version="6.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4bd79d3

Please sign in to comment.