Skip to content

Commit

Permalink
Bump System.Buffers from 4.5.1 to 4.6.0 (opensearch-project#856)
Browse files Browse the repository at this point in the history
* Bump System.Buffers from 4.5.1 to 4.6.0

Bumps [System.Buffers](https://github.com/dotnet/maintenance-packages) from 4.5.1 to 4.6.0.
- [Release notes](https://github.com/dotnet/maintenance-packages/releases)
- [Commits](https://github.com/dotnet/maintenance-packages/commits)

Signed-off-by: Thomas Farr <[email protected]>

---
updated-dependencies:
- dependency-name: System.Buffers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update changelog

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c0587de)
  • Loading branch information
dependabot[bot] authored and Xtansia committed Dec 9, 2024
1 parent 2afe08c commit f8a2158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `JunitXml.TestLogger` from 4.0.254 to 4.1.0
- Bumps `FSharp.Core` from 8.0.400 to 8.0.401
- Bumps `JetBrains.Annotations` from 2024.2.0 to 2024.3.0
- Bumps `System.Buffers` from 4.5.1 to 4.6.0
- Bumps `NSwag.Core` from 14.1.0 to 14.2.0
- Bumps `Argu` from 6.2.4 to 6.2.5

Expand Down
2 changes: 1 addition & 1 deletion src/OpenSearch.Net/OpenSearch.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Buffers" Version="4.6.0" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.1" />

<PackageReference Condition="'$(TargetFramework)' == 'netstandard2.0'" Include="System.Reflection.Emit" Version="4.7.0" />
Expand Down

0 comments on commit f8a2158

Please sign in to comment.