Skip to content

Commit

Permalink
Upgrade System.Text.Json from version 5.0.2 to 8.0.4 to address vulne…
Browse files Browse the repository at this point in the history
…rability issues (#1048)
  • Loading branch information
claudiamurialdo authored Dec 9, 2024
1 parent d22c462 commit d49be37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotnet/src/dotnetframework/GxClasses/GxClasses.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PackageReference Include="log4net" Version="2.0.11" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="NUglify" Version="1.16.4" PrivateAssets="All" />
<Reference Include="Microsoft.HostIntegration.MsDb2Client">
<SpecificVersion>False</SpecificVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EnyimMemcached" Version="2.16.0" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GxClasses\GxClasses.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StackExchange.Redis" Version="2.2.4" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GxClasses\GxClasses.csproj" />
Expand Down

0 comments on commit d49be37

Please sign in to comment.