Skip to content

Commit

Permalink
Fixed the security issue in System.Text.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
kubagdynia committed Oct 9, 2024
1 parent 437f8dc commit fb61125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="Microsoft.Data.SQLite" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Data.SQLite" Version="8.0.10" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="nunit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<PackageIcon>DapperCustomTypeHandlers.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>Copyright (c) Jakub Kurłowicz 2023-2024</Copyright>
<Version>2.3.0</Version>
<Version>2.3.1</Version>
<Authors>Jakub Kurłowicz</Authors>
<PackageReleaseNotes>Including the symbols in the NuGet package.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed the security issue in System.Text.Json.</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<EnablePackageValidation>true</EnablePackageValidation>
Expand All @@ -23,8 +23,8 @@

<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit fb61125

Please sign in to comment.