Skip to content

Commit 0fb4a2d

Browse files
chore: bump the dependencies group
Bumps the dependencies group in /test/SQLHelper.Tests with 2 updates: [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) and [FileCurator](https://github.com/JaCraig/FileCurator). Updates `Microsoft.Data.SqlClient` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](https://github.com/dotnet/sqlclient/commits) Updates `FileCurator` from 5.0.1 to 5.0.2 - [Changelog](https://github.com/JaCraig/FileCurator/blob/master/CHANGELOG.md) - [Commits](JaCraig/FileCurator@v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: FileCurator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc102dc commit 0fb4a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SQLHelper.DB/SQLHelper.DB.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<PrivateAssets>all</PrivateAssets>
5656
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5757
</PackageReference>
58-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.0" />
58+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
5959
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="9.0.1" />
6060
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="172.1.1" />
6161
<PackageReference Include="SQLParser" Version="4.0.0" />

test/SQLHelper.Tests/SQLHelper.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4545
</PackageReference>
4646
<PackageReference Include="xunit" Version="2.9.3" />
47-
<PackageReference Include="FileCurator" Version="5.0.1" />
47+
<PackageReference Include="FileCurator" Version="5.0.2" />
4848
</ItemGroup>
4949

5050
<ItemGroup>

0 commit comments

Comments
 (0)