Skip to content

Commit

Permalink
Update System.Text.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Oct 10, 2024
1 parent 0e470bb commit da66580
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rollForward": false
},
"aardpack": {
"version": "1.0.24",
"version": "2.0.3",
"commands": [
"aardpack"
],
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Updated System.Text.Json dependency (CVE-2024-43485)

### 5.5.2
- [e57] fixed parsing fix (cherrypicked from v53 branch)

Expand Down
4 changes: 2 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source https://api.nuget.org/v3/index.json
nuget FSharp.Core >= 8.0.0 lowest_matching: true
nuget Nullable >= 1.3.1 lowest_matching: true
nuget System.Collections.Immutable >= 8.0.0 lowest_matching: true
nuget System.Text.Json >= 8.0.4 lowest_matching: true
nuget System.Text.Json >= 8.0.5 lowest_matching: true

////////////////////////////////////////////////////////////////////////
// https://github.com/aardvark-platform/aardvark.base
Expand Down Expand Up @@ -37,7 +37,7 @@ nuget Unofficial.DotSpatial.Projections ~> 0.0.4
nuget sharpcompress ~> 0.30.0 // only used in Apps/heracli

// BUILD
nuget Aardvark.Build ~> 1.0.24
nuget Aardvark.Build ~> 2.0.3

group Test
framework: net8.0
Expand Down
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ NUGET
FSharp.Core (>= 8.0)
Aardvark.Base.TypeProviders (4.5.15)
FSharp.Core (>= 4.2.3)
Aardvark.Build (1.0.24)
Aardvark.Build (2.0.3)
Aardvark.Data.Durable (0.4.4)
Aardvark.Data.Durable.Codec (0.4.4)
Aardvark.Base (>= 5.3 < 5.4)
Expand Down Expand Up @@ -396,12 +396,12 @@ NUGET
System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0)
System.Text.Json (8.0.4)
System.Text.Json (8.0.5)
Microsoft.Bcl.AsyncInterfaces (>= 8.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
System.Buffers (>= 4.5.1) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
System.Memory (>= 4.5.5) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0)
System.Text.Encodings.Web (>= 8.0)
System.Text.Encodings.Web (>= 8.0) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (&& (== net8.0) (< net7.0)) (== netstandard2.0)
System.Threading.Tasks.Extensions (>= 4.5.4) - restriction: || (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
System.Threading (4.3)
System.Runtime (>= 4.3)
Expand Down

0 comments on commit da66580

Please sign in to comment.