Skip to content

Commit

Permalink
Upgrade one vulnerable dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tspence committed Oct 22, 2024
1 parent e25af45 commit 4650c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions projectmanager-sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Other Files", "Other Files"
ProjectManagerClient.nuspec = ProjectManagerClient.nuspec
README.md = README.md
.github\workflows\nuget-publish.yml = .github\workflows\nuget-publish.yml
.github\workflows\update.yml = .github\workflows\update.yml
sdk-config.json = sdk-config.json
EndProjectSection
EndProject
Global
Expand Down
2 changes: 1 addition & 1 deletion src/ProjectManager.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

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

</Project>

0 comments on commit 4650c11

Please sign in to comment.