Skip to content

Commit

Permalink
Update dependency MySql.Data to v8.0.30 (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 25, 2022
1 parent 4dbe23a commit bb8de7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SmartSql.Bulk.MySql/SmartSql.Bulk.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.28" />
<PackageReference Include="MySql.Data" Version="8.0.30" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/SmartSql.DataConnector/SmartSql.DataConnector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="2.2.0" />
<PackageReference Include="MySql.Data" Version="8.0.28" />
<PackageReference Include="MySql.Data" Version="8.0.30" />
<PackageReference Include="Npgsql" Version="4.1.10" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.140" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="3.0.0-dev-00019" />
Expand Down

0 comments on commit bb8de7f

Please sign in to comment.