From d2b6f47727382a6370084a6ae35eaf0a30e5a17c Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Mon, 14 Oct 2024 09:52:39 +0100 Subject: [PATCH] chore(deps) Change SystemTextJson to 6.0.10 (#125) --- CHANGELOG.md | 3 +++ src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj | 2 +- .../FsCodec.NewtonsoftJson.Tests.fsproj | 2 +- .../FsCodec.SystemTextJson.Tests.fsproj | 2 +- tests/FsCodec.Tests/FsCodec.Tests.fsproj | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1512316..7a31f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ The `Unreleased` section name is replaced by the expected version of next releas - `TimelineEvent.ToString`: Render Unfold/Event state, EventType, Index [#123](https://github.com/jet/FsCodec/pull/123) ### Changed + +- `SystemTextJson`: Dropped minimum `System.Text.Json` version to `6.0.10` per [CVE-2024-43485](https://github.com/advisories/GHSA-8g4q-xg66-9fp4) [#125](https://github.com/jet/FsCodec/pull/125) + ### Removed ### Fixed diff --git a/src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj b/src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj index b752423..755312d 100644 --- a/src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj +++ b/src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj @@ -26,7 +26,7 @@ - + diff --git a/tests/FsCodec.NewtonsoftJson.Tests/FsCodec.NewtonsoftJson.Tests.fsproj b/tests/FsCodec.NewtonsoftJson.Tests/FsCodec.NewtonsoftJson.Tests.fsproj index fdb90c5..0bee605 100644 --- a/tests/FsCodec.NewtonsoftJson.Tests/FsCodec.NewtonsoftJson.Tests.fsproj +++ b/tests/FsCodec.NewtonsoftJson.Tests/FsCodec.NewtonsoftJson.Tests.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false diff --git a/tests/FsCodec.SystemTextJson.Tests/FsCodec.SystemTextJson.Tests.fsproj b/tests/FsCodec.SystemTextJson.Tests/FsCodec.SystemTextJson.Tests.fsproj index b486961..b23a3f2 100644 --- a/tests/FsCodec.SystemTextJson.Tests/FsCodec.SystemTextJson.Tests.fsproj +++ b/tests/FsCodec.SystemTextJson.Tests/FsCodec.SystemTextJson.Tests.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false SYSTEM_TEXT_JSON diff --git a/tests/FsCodec.Tests/FsCodec.Tests.fsproj b/tests/FsCodec.Tests/FsCodec.Tests.fsproj index 7803077..6bd3fa7 100644 --- a/tests/FsCodec.Tests/FsCodec.Tests.fsproj +++ b/tests/FsCodec.Tests/FsCodec.Tests.fsproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false