Skip to content

Commit 351503e

Browse files
Bump Microsoft.Data.SqlClient and MySql.Data
Bumps Microsoft.Data.SqlClient from 6.0.2 to 6.1.0 Bumps MySql.Data from 9.3.0 to 9.4.0 --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: MySql.Data dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e61077 commit 351503e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Dapper.DDD.Repository.MySql.IntegrationTests/Dapper.DDD.Repository.MySql.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>
2121
<PackageReference Include="System.Text.Json" Version="9.0.7" />
22-
<PackageReference Include="MySql.Data" Version="9.3.0" />
22+
<PackageReference Include="MySql.Data" Version="9.4.0" />
2323
</ItemGroup>
2424
<ItemGroup>
2525
<ProjectReference Include="..\..\src\Dapper.DDD.Repository.MySql\Dapper.DDD.Repository.MySql.csproj" />

tests/Dapper.DDD.Repository.Sql.IntegrationTests/Dapper.DDD.Repository.Sql.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2222
<PrivateAssets>all</PrivateAssets>
2323
</PackageReference>
24-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.2" />
24+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.0" />
2525
</ItemGroup>
2626
<ItemGroup>
2727
<ProjectReference Include="..\..\src\Dapper.DDD.Repository.Sql\Dapper.DDD.Repository.Sql.csproj" />

0 commit comments

Comments
 (0)