chore(deps): bump MySql.Data from 8.0.32 to 8.0.32.1

Bumps MySql.Data from 8.0.32 to 8.0.32.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-09 12:52:48 +00:00
committed by GitHub
parent 0124891df6
commit 4cc07b65c3
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<ProjectReference Include="..\gaseous-tools\gaseous-tools.csproj" /> <ProjectReference Include="..\gaseous-tools\gaseous-tools.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.32" /> <PackageReference Include="MySql.Data" Version="8.0.32.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@@ -8,7 +8,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.32" /> <PackageReference Include="MySql.Data" Version="8.0.32.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>