Skip to content

Commit

Permalink
Merge pull request #328 from TNG/chore/resolve-security-vulnerabilities
Browse files Browse the repository at this point in the history
Resolve Security Vulnerability Warnings
  • Loading branch information
alexanderlinne authored Nov 23, 2024
2 parents 3175492 + 981703a commit 88f48ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ArchUnitNET.NUnitTests/ArchUnitNET.NUnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions ArchUnitNET.xUnit/ArchUnitNET.xUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

<ItemGroup>
<PackageReference Include="xunit.assert" Version="2.4.1"/>
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 88f48ea

Please sign in to comment.