Skip to content

Commit

Permalink
Bump BenchMarkDotNet from 0.13.4 to 0.13.5 (opensearch-project#219)
Browse files Browse the repository at this point in the history
* Bump BenchMarkDotNet from 0.13.4 to 0.13.5

Bumps [BenchMarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.4 to 0.13.5.
- [Commits](dotnet/BenchmarkDotNet@v0.13.4...v0.13.5)

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

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

* Update changelog & packages.lock.json

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed May 29, 2023
1 parent 8386cbe commit 2addb03
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Newtonsoft.Json` from 13.0.2 to 13.0.3
- Bumps `FSharp.Data` from 5.0.2 to 6.2.0
- Bumps `Microsoft.CSharp` from 4.6.0 to 4.7.0
- Bumps `BenchMarkDotNet` from 0.13.4 to 0.13.5

## [1.3.0]
### Added
Expand Down
4 changes: 2 additions & 2 deletions tests/Tests.ScratchPad/Tests.ScratchPad.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -12,6 +12,6 @@

<ItemGroup>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
<PackageReference Include="BenchMarkDotNet" Version="0.13.4" />
<PackageReference Include="BenchMarkDotNet" Version="0.13.5" />
</ItemGroup>
</Project>
12 changes: 6 additions & 6 deletions tests/Tests.ScratchPad/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"net6.0": {
"BenchmarkDotNet": {
"type": "Direct",
"requested": "[0.13.4, )",
"resolved": "0.13.4",
"contentHash": "P6avThzS0HRJEjcCfnJdaMIujCMBoWQXSJiVYYFtMltrVeEMaIhg7r5qiGPyx9O2ZXuNpqIxVEg1JqgvfwnI2Q==",
"requested": "[0.13.5, )",
"resolved": "0.13.5",
"contentHash": "PiwINqvreKV7L+BQlaZ2qcJ90s88LbLqZoUWbKnEPzvmsWd4pUH58Yjp+mFn311n8Jz0Y0JsD+jWa+Kh67IG3A==",
"dependencies": {
"BenchmarkDotNet.Annotations": "0.13.4",
"BenchmarkDotNet.Annotations": "0.13.5",
"CommandLineParser": "2.4.3",
"Gee.External.Capstone": "2.3.0",
"Iced": "1.17.0",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"BenchmarkDotNet.Annotations": {
"type": "Transitive",
"resolved": "0.13.4",
"contentHash": "bc2q4S7xvOrqh7qRaMGyDdHVv8SITtN4crx5neIU289ra+LaP+OAmHPXxCY2djrnguZ8kfDddyJSg30wt7DvKg=="
"resolved": "0.13.5",
"contentHash": "ORcRi9/fnjRfINKiAnAgIsRlQ15Gj2Lki7AluHnAVMk/lTyQ2nwaa+F+ezW8f3tElBDoZql02+J2lIwHbu1eoA=="
},
"Bogus": {
"type": "Transitive",
Expand Down

0 comments on commit 2addb03

Please sign in to comment.