Skip to content

Commit

Permalink
Bump System.Text.Json to 8.0.5 (#831)
Browse files Browse the repository at this point in the history
## Motivation and Context (Why the change? What's the scenario?)
Fixes the vulnerability reported at
GHSA-8g4q-xg66-9fp4.

---------

Co-authored-by: Devis Lucato <[email protected]>
  • Loading branch information
marcominerva and dluc authored Oct 14, 2024
1 parent 3e13e37 commit 795f418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="System.Memory.Data" Version="8.0.1" />
<PackageVersion Include="System.Numerics.Tensors" Version="8.0.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>
<!-- Semantic Kernel -->
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions service/Abstractions/Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" />
<PackageReference Include="System.Memory.Data" />
<PackageReference Include="System.Numerics.Tensors" />
<PackageReference Include="System.Text.Json" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 795f418

Please sign in to comment.