Skip to content

Commit 120eeb4

Browse files
Bump the xunit group with 2 updates (#691)
* Bump the xunit group with 2 updates Bumps the xunit group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.6.2 to 2.6.3 - [Commits](xunit/xunit@2.6.2...2.6.3) Updates `xunit.runner.visualstudio` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.4...2.5.5) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: xunit ... Signed-off-by: dependabot[bot] <[email protected]> * Bump xunit to 2.6.3 Dependabot lied and didn't actually update xunit... --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
1 parent 029965b commit 120eeb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.507" />
2020
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
2121
<PackageVersion Include="System.Text.Json" Version="4.7.2" />
22-
<PackageVersion Include="xunit" Version="2.6.2" />
23-
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.4" />
22+
<PackageVersion Include="xunit" Version="2.6.3" />
23+
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.5" />
2424
</ItemGroup>
2525
<ItemGroup Condition=" '$(AssemblyName)' == 'JustEat.HttpClientInterception' and '$(TargetFramework)' == 'net6.0' ">
2626
<PackageVersion Update="System.Text.Json" Version="6.0.0" />

0 commit comments

Comments
 (0)