From 911fa558826e142c32adf2f36c5ad9942908a49a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 02:16:33 +0000 Subject: [PATCH 1/2] 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) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../OpenSearch.OpenSearch.Xunit.csproj | 2 +- tests/Tests.Core/Tests.Core.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 4840688855..57b172e4e7 100644 --- a/tests/Tests.Core/Tests.Core.csproj +++ b/tests/Tests.Core/Tests.Core.csproj @@ -15,7 +15,7 @@ - + From 000d0eca607c44369b2f2b623c4d33d2c276fcac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Nov 2024 02:16:55 +0000 Subject: [PATCH 2/2] Update changelog Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6974cc88ac..0513c54061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ 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 `Microsoft.Extensions.Caching.Memory` from 6.0.0 to 8.0.1 +- Bumps `xunit` from 2.8.0 to 2.9.2 ## [1.8.0] ### Added