Skip to content

Commit

Permalink
Merge pull request #34 from fs7744/dependabot/nuget/src/Norns.Urd.Cac…
Browse files Browse the repository at this point in the history
…hing.DistributedCache/System.Text.Json-6.0.10

Bump System.Text.Json from 6.0.2 to 6.0.10 in /src/Norns.Urd.Caching.DistributedCache
  • Loading branch information
fs7744 authored Oct 10, 2024
2 parents d126713 + 7806a35 commit 60b8274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProjectCommon.targets
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="SecurityCodeScan" Version="3.5.3" PrivateAssets="all" />
<PackageReference Include="SecurityCodeScan" Version="3.5.4" PrivateAssets="all" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Import Project="../../ProjectCommon.targets" />

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.2" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 60b8274

Please sign in to comment.