Skip to content

Commit 56f2de2

Browse files
chore(deps): update dependency benchmarkdotnet to 0.15.4 (#4149)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [BenchmarkDotNet](https://redirect.github.com/dotnet/BenchmarkDotNet) | `0.15.3` -> `0.15.4` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/BenchmarkDotNet/0.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/BenchmarkDotNet/0.15.3/0.15.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/BenchmarkDotNet (BenchmarkDotNet)</summary> ### [`v0.15.4`](https://redirect.github.com/dotnet/BenchmarkDotNet/releases/tag/v0.15.4): 0.15.4 Full changelog: <https://benchmarkdotnet.org/changelog/v0.15.4.html> ##### Highlights Allow override method/property for ParamsSource ([#&#8203;2832](https://redirect.github.com/dotnet/BenchmarkDotNet/pull/2832)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d780f3 commit 56f2de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Benchmarks/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageVersion Include="BenchmarkDotNet" Version="0.15.3" />
7+
<PackageVersion Include="BenchmarkDotNet" Version="0.15.4" />
88
</ItemGroup>
99

1010
<!-- Inherit parent props file if one exists. -->

0 commit comments

Comments
 (0)