Skip to content

Commit 26a5185

Browse files
chore: bump xunit in /SQLParser.Tests in the dependencies group
Bumps the dependencies group in /SQLParser.Tests with 1 update: [xunit](https://github.com/xunit/xunit). Updates `xunit` from 2.9.2 to 2.9.3 - [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e0b634 commit 26a5185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLParser.Tests/SQLParser.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2222
</PackageReference>
23-
<PackageReference Include="xunit" Version="2.9.2" />
23+
<PackageReference Include="xunit" Version="2.9.3" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)