Skip to content

Commit

Permalink
Update npgsql version due to a security vulnerability. (#1030)
Browse files Browse the repository at this point in the history
* Update npgsql version due to a security vulnerability.

* Update from 4.0.14 to 4.0.16 to avoid error Strong name signature could not be verified
npgsql/npgsql#2031
  • Loading branch information
claudiamurialdo authored May 23, 2024
1 parent b0f5a5d commit e41c62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/dotnetframework/GxClasses/GxClasses.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.34.0" />
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.0" />
<PackageReference Include="MySqlConnector" Version="2.2.3" />
<PackageReference Include="Npgsql" Version="3.2.7" />
<PackageReference Include="Npgsql" Version="4.0.16" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
<PackageReference Include="Microsoft.Win32.Registry" Version="4.3.0" />
<PackageReference Include="Nustache" Version="1.16.0.10" />
Expand Down

0 comments on commit e41c62a

Please sign in to comment.