From c4700bdec5b8def2ef3b292f311a3ce9ad98d19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:17:09 +1300 Subject: [PATCH 1/8] Bump FSharp.Core and Argu (#866) * Bump FSharp.Core and Argu Bumps [FSharp.Core](https://github.com/dotnet/fsharp) and [Argu](https://github.com/fsprojects/Argu). These dependencies needed to be updated together. Updates `FSharp.Core` from 8.0.401 to 6.0.0 - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) Updates `Argu` from 6.2.4 to 6.2.5 - [Release notes](https://github.com/fsprojects/Argu/releases) - [Changelog](https://github.com/fsprojects/Argu/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/fsprojects/Argu/compare/6.2.4...6.2.5) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Argu dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * changelog Signed-off-by: Thomas Farr --------- Signed-off-by: dependabot[bot] Signed-off-by: Thomas Farr Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Farr (cherry picked from commit 00a9fec21d984017fa42e404b79a6d6217afddae) --- CHANGELOG.md | 3 ++- tests/Tests.YamlRunner/Tests.YamlRunner.fsproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ebd1cf7c..0bcab5aac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `Argu` from 6.2.4 to 6.2.5 ## [1.8.0] ### Added @@ -215,4 +216,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) [1.6.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.3.0...v1.4.0 -[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0 \ No newline at end of file +[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0 diff --git a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj index dbfdadc495..6e4780b48e 100644 --- a/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj +++ b/tests/Tests.YamlRunner/Tests.YamlRunner.fsproj @@ -31,7 +31,7 @@ - + From 2c8d9fb1baf06a9a192b32fec3cdec5de7c7c530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:08:12 +1300 Subject: [PATCH 2/8] Bump AWSSDK.Core from 3.7.400.47 to 3.7.400.59 (#867) * Bump AWSSDK.Core from 3.7.400.47 to 3.7.400.59 Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.400.47 to 3.7.400.59. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: AWSSDK.Core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit c95de74a1534a51e122a307bfbcd3e42adfefd70) --- CHANGELOG.md | 2 +- .../OpenSearch.Net.Auth.AwsSigV4.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bcab5aac3..3c897c069b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `YamlDotNet` from 16.0.0 to 16.1.3 -- Bumps `AWSSDK.Core` from 3.7.400.11 to 3.7.400.45 +- Bumps `AWSSDK.Core` from 3.7.400.11 to 3.7.400.59 - Bumps `Fake.Core.SemVer` from 6.1.0 to 6.1.3 - Bumps `Bogus` from 35.6.0 to 35.6.1 - Bumps `Fake.Core.Environment` from 6.1.0 to 6.1.3 diff --git a/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj b/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj index eabede30d4..e135b07298 100644 --- a/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj +++ b/src/OpenSearch.Net.Auth.AwsSigV4/OpenSearch.Net.Auth.AwsSigV4.csproj @@ -20,7 +20,7 @@ - + From 5f752793a6c9399f6e15bd9f2568c0ec29350978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:41:02 +1300 Subject: [PATCH 3/8] Bump CSharpier.Core, System.Text.Encodings.Web and System.Text.Json (#863) * Bump CSharpier.Core, System.Text.Encodings.Web and System.Text.Json Bumps [CSharpier.Core](https://github.com/belav/csharpier), [System.Text.Encodings.Web](https://github.com/dotnet/runtime) and [System.Text.Json](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `CSharpier.Core` from 0.29.2 to 0.30.2 - [Release notes](https://github.com/belav/csharpier/releases) - [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md) - [Commits](https://github.com/belav/csharpier/compare/0.29.2...0.30.2) Updates `System.Text.Encodings.Web` from 8.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.0) Updates `System.Text.Json` from 8.0.5 to 8.0.5 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.5...v8.0.5) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: CSharpier.Core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * changelog Signed-off-by: Thomas Farr * re-run codegen Signed-off-by: Thomas Farr --------- Signed-off-by: dependabot[bot] Signed-off-by: Thomas Farr Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Farr (cherry picked from commit b514527cc1529cb089dc049941c07b187c0a8656) --- CHANGELOG.md | 2 +- src/ApiGenerator/ApiGenerator.csproj | 2 +- .../_Generated/ApiUrlsLookup.cs | 75 +++++++++++-------- 3 files changed, 47 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c897c069b..2e0c6113f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `Fake.IO.FileSystem` from 6.1.0 to 6.1.3 - Bumps `Fake.IO.Zip` from 6.1.0 to 6.1.3 - Bumps `Fake.Tools.Git` from 6.1.0 to 6.1.3 -- Bumps `CSharpier.Core` from 0.29.1 to 0.29.2 +- Bumps `CSharpier.Core` from 0.29.1 to 0.30.2 - Bumps `Proc` from 0.8.1 to 0.8.2 - Bumps `System.Text.Json` from 8.0.4 to 8.0.5 - Bumps `JunitXml.TestLogger` from 4.0.254 to 4.1.0 diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index ba66810b43..1d9d0f7fed 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -9,7 +9,7 @@ true - + diff --git a/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs b/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs index 9d021a30da..7dc7f0cba9 100644 --- a/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs +++ b/src/OpenSearch.Client/_Generated/ApiUrlsLookup.cs @@ -45,51 +45,66 @@ namespace OpenSearch.Client { internal static partial class ApiUrlsLookups { - internal static readonly ApiUrls CatAllPitSegments = - new(new[] { "_cat/pit_segments/_all" }); + internal static readonly ApiUrls CatAllPitSegments = new( + new[] { "_cat/pit_segments/_all" } + ); internal static readonly ApiUrls CatPitSegments = new(new[] { "_cat/pit_segments" }); - internal static readonly ApiUrls CatSegmentReplication = - new(new[] { "_cat/segment_replication", "_cat/segment_replication/{index}" }); + internal static readonly ApiUrls CatSegmentReplication = new( + new[] { "_cat/segment_replication", "_cat/segment_replication/{index}" } + ); - internal static readonly ApiUrls ClusterDeleteComponentTemplate = - new(new[] { "_component_template/{name}" }); + internal static readonly ApiUrls ClusterDeleteComponentTemplate = new( + new[] { "_component_template/{name}" } + ); - internal static readonly ApiUrls ClusterComponentTemplateExists = - new(new[] { "_component_template/{name}" }); + internal static readonly ApiUrls ClusterComponentTemplateExists = new( + new[] { "_component_template/{name}" } + ); - internal static readonly ApiUrls ClusterGetComponentTemplate = - new(new[] { "_component_template", "_component_template/{name}" }); + internal static readonly ApiUrls ClusterGetComponentTemplate = new( + new[] { "_component_template", "_component_template/{name}" } + ); - internal static readonly ApiUrls ClusterPutComponentTemplate = - new(new[] { "_component_template/{name}" }); + internal static readonly ApiUrls ClusterPutComponentTemplate = new( + new[] { "_component_template/{name}" } + ); - internal static readonly ApiUrls NoNamespaceCreatePit = - new(new[] { "{index}/_search/point_in_time" }); + internal static readonly ApiUrls NoNamespaceCreatePit = new( + new[] { "{index}/_search/point_in_time" } + ); - internal static readonly ApiUrls NoNamespaceDeleteAllPits = - new(new[] { "_search/point_in_time/_all" }); + internal static readonly ApiUrls NoNamespaceDeleteAllPits = new( + new[] { "_search/point_in_time/_all" } + ); - internal static readonly ApiUrls NoNamespaceDeletePit = - new(new[] { "_search/point_in_time" }); + internal static readonly ApiUrls NoNamespaceDeletePit = new( + new[] { "_search/point_in_time" } + ); - internal static readonly ApiUrls NoNamespaceGetAllPits = - new(new[] { "_search/point_in_time/_all" }); + internal static readonly ApiUrls NoNamespaceGetAllPits = new( + new[] { "_search/point_in_time/_all" } + ); - internal static readonly ApiUrls IndicesDeleteComposableTemplate = - new(new[] { "_index_template/{name}" }); + internal static readonly ApiUrls IndicesDeleteComposableTemplate = new( + new[] { "_index_template/{name}" } + ); - internal static readonly ApiUrls IndicesComposableTemplateExists = - new(new[] { "_index_template/{name}" }); + internal static readonly ApiUrls IndicesComposableTemplateExists = new( + new[] { "_index_template/{name}" } + ); - internal static readonly ApiUrls IndicesGetComposableTemplate = - new(new[] { "_index_template", "_index_template/{name}" }); + internal static readonly ApiUrls IndicesGetComposableTemplate = new( + new[] { "_index_template", "_index_template/{name}" } + ); - internal static readonly ApiUrls IndicesPutComposableTemplate = - new(new[] { "_index_template/{name}" }); + internal static readonly ApiUrls IndicesPutComposableTemplate = new( + new[] { "_index_template/{name}" } + ); - internal static readonly ApiUrls IndicesStats = - new(new[] { "_stats", "{index}/_stats", "{index}/_stats/{metric}", "_stats/{metric}" }); + internal static readonly ApiUrls IndicesStats = new( + new[] { "_stats", "{index}/_stats", "{index}/_stats/{metric}", "_stats/{metric}" } + ); } } From 2afe08c02fa2717512ac2e481054ac1acec5f8c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:58:15 +1300 Subject: [PATCH 4/8] Bump Newtonsoft.Json and NSwag.Core (#862) * Bump Newtonsoft.Json and NSwag.Core Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [NSwag.Core](https://github.com/RicoSuter/NSwag). These dependencies needed to be updated together. Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.3...13.0.3) Updates `NSwag.Core` from 14.1.0 to 14.2.0 - [Release notes](https://github.com/RicoSuter/NSwag/releases) - [Changelog](https://github.com/RicoSuter/NSwag/blob/master/CHANGELOG.md) - [Commits](https://github.com/RicoSuter/NSwag/compare/v14.1.0...v14.2.0) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: NSwag.Core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * changelog Signed-off-by: Thomas Farr --------- Signed-off-by: dependabot[bot] Signed-off-by: Thomas Farr Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Farr (cherry picked from commit 6f4134a10fadf0c5ee292c4c52d7dfcbee766481) --- CHANGELOG.md | 1 + src/ApiGenerator/ApiGenerator.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e0c6113f0..b7881c7846 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `NSwag.Core` from 14.1.0 to 14.2.0 - Bumps `Argu` from 6.2.4 to 6.2.5 ## [1.8.0] diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index 1d9d0f7fed..6ab9b34360 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -12,7 +12,7 @@ - + From f8a2158dd6d6e8bd988ccc2e1b547165cbec6eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:21:45 +1300 Subject: [PATCH 5/8] Bump System.Buffers from 4.5.1 to 4.6.0 (#856) * 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 --- updated-dependencies: - dependency-name: System.Buffers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit c0587ded702503547c032e4b5e9ae890aafc4f6d) --- CHANGELOG.md | 1 + src/OpenSearch.Net/OpenSearch.Net.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7881c7846..9483dfca22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/OpenSearch.Net/OpenSearch.Net.csproj b/src/OpenSearch.Net/OpenSearch.Net.csproj index 0de2c6af25..d9e3ea1b5e 100644 --- a/src/OpenSearch.Net/OpenSearch.Net.csproj +++ b/src/OpenSearch.Net/OpenSearch.Net.csproj @@ -23,7 +23,7 @@ - + From d6fb730595e86f883ff2175cf25be8dbdba5c88e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:46:11 +1300 Subject: [PATCH 6/8] Bump YamlDotNet from 16.1.3 to 16.2.0 (#851) * Bump YamlDotNet from 16.1.3 to 16.2.0 Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 16.1.3 to 16.2.0. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Commits](https://github.com/aaubry/YamlDotNet/compare/v16.1.3...v16.2.0) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: YamlDotNet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit aed48ab379c344a5627c433d9c647b22c387e2a2) --- CHANGELOG.md | 2 +- src/ApiGenerator/ApiGenerator.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9483dfca22..5d2740d103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added ### Dependencies -- Bumps `YamlDotNet` from 16.0.0 to 16.1.3 +- Bumps `YamlDotNet` from 16.0.0 to 16.2.0 - Bumps `AWSSDK.Core` from 3.7.400.11 to 3.7.400.59 - Bumps `Fake.Core.SemVer` from 6.1.0 to 6.1.3 - Bumps `Bogus` from 35.6.0 to 35.6.1 diff --git a/src/ApiGenerator/ApiGenerator.csproj b/src/ApiGenerator/ApiGenerator.csproj index 6ab9b34360..3e5fcc7fde 100644 --- a/src/ApiGenerator/ApiGenerator.csproj +++ b/src/ApiGenerator/ApiGenerator.csproj @@ -13,7 +13,7 @@ - + From 76dcfa22e2a275db701ed0d58ffb95e962103980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:42:41 +1300 Subject: [PATCH 7/8] Bump xunit from 2.8.0 to 2.9.2 (#850) * Bump xunit from 2.8.0 to 2.9.2 Bumps [xunit](https://github.com/xunit/xunit) from 2.8.0 to 2.9.2. - [Commits](https://github.com/xunit/xunit/compare/v2-2.8.0...v2-2.9.2) Signed-off-by: Thomas Farr --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] (cherry picked from commit a1afc8db890a847e72d72e04429fc4ec9d8f1fd7) --- CHANGELOG.md | 1 + .../OpenSearch.OpenSearch.Xunit.csproj | 2 +- tests/Tests.Core/Tests.Core.csproj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d2740d103..858158f19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 `xunit` from 2.8.0 to 2.9.2 - 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 diff --git a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearch.OpenSearch.Xunit.csproj b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearch.OpenSearch.Xunit.csproj index 5a67b8c78b..bb844416a1 100644 --- a/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearch.OpenSearch.Xunit.csproj +++ b/abstractions/src/OpenSearch.OpenSearch.Xunit/OpenSearch.OpenSearch.Xunit.csproj @@ -8,7 +8,7 @@ true - + diff --git a/tests/Tests.Core/Tests.Core.csproj b/tests/Tests.Core/Tests.Core.csproj index b1813baad1..97284f751c 100644 --- a/tests/Tests.Core/Tests.Core.csproj +++ b/tests/Tests.Core/Tests.Core.csproj @@ -15,7 +15,7 @@ - + From 4681c6af2f0063285a94ca9493271ff1497fdf4a Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Mon, 9 Dec 2024 16:57:35 +1300 Subject: [PATCH 8/8] Revert "Bump System.Buffers from 4.5.1 to 4.6.0 (#856)" This reverts commit f8a2158dd6d6e8bd988ccc2e1b547165cbec6eae. Signed-off-by: Thomas Farr --- CHANGELOG.md | 1 - src/OpenSearch.Net/OpenSearch.Net.csproj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 858158f19a..860850ed8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `FSharp.Core` from 8.0.400 to 8.0.401 - Bumps `JetBrains.Annotations` from 2024.2.0 to 2024.3.0 - Bumps `xunit` from 2.8.0 to 2.9.2 -- 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 diff --git a/src/OpenSearch.Net/OpenSearch.Net.csproj b/src/OpenSearch.Net/OpenSearch.Net.csproj index d9e3ea1b5e..0de2c6af25 100644 --- a/src/OpenSearch.Net/OpenSearch.Net.csproj +++ b/src/OpenSearch.Net/OpenSearch.Net.csproj @@ -23,7 +23,7 @@ - +