Skip to content

Commit

Permalink
Bump MySql.Data from 8.0.29 to 8.3.0
Browse files Browse the repository at this point in the history
Bumps MySql.Data from 8.0.29 to 8.3.0.

---
updated-dependencies:
- dependency-name: MySql.Data
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 9081c2c commit 4447b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestHelper/TestHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Include="MySql.Data" Version="8.0.29" ExcludeAssets="contentFiles" />
<PackageReference Include="MySql.Data" Version="8.3.0" ExcludeAssets="contentFiles" />
<PackageReference Include="Npgsql" Version="7.0.6" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.210" />
Expand Down

0 comments on commit 4447b6b

Please sign in to comment.