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 1, 2024
1 parent cf0714c commit 382b700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestHelper/TestHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.180" />
<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.5" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />
</ItemGroup>

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

0 comments on commit 382b700

Please sign in to comment.