Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 6, 2024
1 parent 72c4d2d commit 0a1044c
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 933 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
secops: apollo/[email protected].6
secops: apollo/[email protected].7
workflows:
security-scans:
jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.6.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Snapshooter.Xunit" Version="0.13.0" />
<PackageReference Include="Snapshooter.Xunit" Version="0.14.1" />
<PackageReference Include="ChilliCream.Testing.Utilities" Version="0.2.0" />
</ItemGroup>

Expand Down
Loading

0 comments on commit 0a1044c

Please sign in to comment.