Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Bump System.IO.Abstractions from 19.2.69 to 19.2.87

Bumps [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) from 19.2.69 to 19.2.87.
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](TestableIO/System.IO.Abstractions@v19.2.69...v19.2.87)

---
updated-dependencies:
- dependency-name: System.IO.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.3...2.5.4)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump xunit from 2.6.1 to 2.6.2

Bumps [xunit](https://github.com/xunit/xunit) from 2.6.1 to 2.6.2.
- [Commits](xunit/xunit@2.6.1...2.6.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump JustMock from 2023.3.1011.155 to 2023.3.1122.188

Bumps [JustMock](https://github.com/telerik/JustMockLite) from 2023.3.1011.155 to 2023.3.1122.188.
- [Release notes](https://github.com/telerik/JustMockLite/releases)
- [Commits](telerik/JustMockLite@2023.3.1011.155...2023.3.1122.188)

---
updated-dependencies:
- dependency-name: JustMock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SteveDesmond-ca committed Nov 24, 2023
1 parent 8c76b85 commit cef990a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BenchmarkMockNet.Tests/BenchmarkMockNet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3" PrivateAssets="all" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4" PrivateAssets="all" />
<PackageReference Include="coverlet.collector" Version="6.0.0" PrivateAssets="all" />
<ProjectReference Include="..\BenchmarkMockNet\BenchmarkMockNet.csproj" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions BenchmarkMockNet/BenchmarkMockNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10"/>
<PackageReference Include="JustMock" Version="2023.3.1011.155"/>
<PackageReference Include="JustMock" Version="2023.3.1122.188"/>
<PackageReference Include="Moq" Version="4.20.69"/>
<PackageReference Include="NSubstitute" Version="5.1.0"/>
<PackageReference Include="FakeItEasy" Version="8.0.0"/>
<PackageReference Include="PCLMock" Version="5.1.3"/>
<PackageReference Include="Rocks" Version="7.2.0"/>
<PackageReference Include="System.IO.Abstractions" Version="19.2.69"/>
<PackageReference Include="System.IO.Abstractions" Version="19.2.87"/>
</ItemGroup>

</Project>

0 comments on commit cef990a

Please sign in to comment.