Skip to content

Commit

Permalink
Bump vulnerable dependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach committed Mar 12, 2024
1 parent 7a7e5cd commit ace4fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestHelper/TestHelper.csproj
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="MySql.Data" Version="8.0.29" ExcludeAssets="contentFiles" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
</ItemGroup>

<!-- Workaround to prevent VS test discovery error -->
Expand Down

0 comments on commit ace4fbe

Please sign in to comment.