Skip to content

Commit

Permalink
Bump System.Text.Json from 6.0.9 to 8.0.3 in /Source (#4135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
1 parent ab07f56 commit 7a9121a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/ACE.Adapter/ACE.Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Source/ACE.Common/ACE.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7a9121a

Please sign in to comment.