Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Bump JustMock from 2024.4.1113.345 to 2024.4.1203.350

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

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

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

Bump Rocks from 9.0.0 to 9.0.1

Bumps [Rocks](https://github.com/jasonbock/rocks) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/jasonbock/rocks/releases)
- [Changelog](https://github.com/JasonBock/Rocks/blob/main/changelog.md)
- [Commits](JasonBock/Rocks@Rocks.9.0.0...Rocks.9.0.1)

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

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

Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.8.2 to 3.0.0.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SteveDesmond-ca committed Dec 26, 2024
1 parent 8a178b3 commit 90595b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BenchmarkMockNet.Tests/BenchmarkMockNet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0" PrivateAssets="all" />
<PackageReference Include="coverlet.collector" Version="6.0.2" 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,12 +10,12 @@

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="JustMock" Version="2024.4.1113.345" />
<PackageReference Include="JustMock" Version="2024.4.1203.350" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="FakeItEasy" Version="8.3.0" />
<PackageReference Include="PCLMock" Version="5.1.3" />
<PackageReference Include="Rocks" Version="9.0.0" />
<PackageReference Include="Rocks" Version="9.0.1" />
<PackageReference Include="System.IO.Abstractions" Version="21.1.7" />
</ItemGroup>

Expand Down

0 comments on commit 90595b2

Please sign in to comment.