Skip to content

Commit

Permalink
Bump BenchmarkDotNet from 0.13.8 to 0.13.9 (#1638)
Browse files Browse the repository at this point in the history
* Bump BenchmarkDotNet from 0.13.8 to 0.13.9

Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.8 to 0.13.9.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.8...v0.13.9)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump change log

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Oct 7, 2023
1 parent e971d72 commit c42bdcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ What's changed since release v2.9.0:
[#1619](https://github.com/microsoft/PSRule/pull/1619)
- Bump xunit.runner.visualstudio to v2.5.1.
[#1620](https://github.com/microsoft/PSRule/pull/1620)
- Bump BenchmarkDotNet to v0.13.8.
[#1615](https://github.com/microsoft/PSRule/pull/1615)
- Bump BenchmarkDotNet to v0.13.9.
[#1638](https://github.com/microsoft/PSRule/pull/1638)
- Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.8.
[#1616](https://github.com/microsoft/PSRule/pull/1616)
2 changes: 1 addition & 1 deletion src/PSRule.Benchmark/PSRule.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.8" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.9" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
</ItemGroup>

Expand Down

0 comments on commit c42bdcd

Please sign in to comment.