Skip to content

Commit

Permalink
Bump xunit from 2.8.0 to 2.9.2 (#850)
Browse files Browse the repository at this point in the history
* 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](xunit/xunit@v2-2.8.0...v2-2.9.2)

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

---
updated-dependencies:
- dependency-name: xunit
  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 a1afc8d)
  • Loading branch information
dependabot[bot] authored and Xtansia committed Dec 9, 2024
1 parent d6fb730 commit 76dcfa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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 `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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit" Version="2.9.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenSearch.OpenSearch.Ephemeral\OpenSearch.OpenSearch.Ephemeral.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion tests/Tests.Core/Tests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ProjectReference Include="$(SolutionRoot)\tests\Tests.Domain\Tests.Domain.csproj" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.12.0" />

<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<ProjectReference Include="$(SolutionRoot)\abstractions\src\OpenSearch.OpenSearch.Xunit\OpenSearch.OpenSearch.Xunit.csproj" />
<PackageReference Include="JunitXml.TestLogger" Version="4.1.0" />

Expand Down

0 comments on commit 76dcfa2

Please sign in to comment.