Bump MySql.Data from 8.0.32 to 8.0.32.1 in /test (#2301)
* Bump MySql.Data from 8.0.32 to 8.0.32.1 in /test 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> * update generated files --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
This commit is contained in:
parent
3f3a2a7827
commit
c958914701
|
@ -70,7 +70,7 @@ public static class LibraryVersion
|
|||
new List<string>
|
||||
{
|
||||
"6.10.7",
|
||||
"8.0.32",
|
||||
"8.0.32.1",
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
|
||||
<PackageVersion Include="MongoDB.Driver" Version="2.19.0" />
|
||||
<PackageVersion Include="Moq" Version="4.18.4" />
|
||||
<PackageVersion Include="MySql.Data" Version="8.0.32" />
|
||||
<PackageVersion Include="MySql.Data" Version="8.0.32.1" />
|
||||
<PackageVersion Include="NServiceBus" Version="8.0.3" />
|
||||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.2" />
|
||||
<PackageVersion Include="Npgsql" Version="7.0.2" />
|
||||
|
|
|
@ -77,7 +77,7 @@ public static class LibraryVersion
|
|||
new object[] { string.Empty }
|
||||
#else
|
||||
new object[] { "6.10.7" },
|
||||
new object[] { "8.0.32" },
|
||||
new object[] { "8.0.32.1" },
|
||||
#endif
|
||||
};
|
||||
public static readonly IReadOnlyCollection<object[]> Npgsql = new List<object[]>
|
||||
|
|
Loading…
Reference in New Issue