[Tests] Bump MongoDB.Driver to 2.30.0 (#3737)

This commit is contained in:
Piotr Kiełkowicz 2024-10-31 09:19:15 +01:00 committed by GitHub
parent a25ee6c4b0
commit 497b26f102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ public static partial class LibraryVersion
new List<PackageBuildInfo>
{
new("2.28.0"),
new("2.29.0"),
new("2.30.0"),
}
},
{

View File

@ -27,7 +27,7 @@
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="MongoDB.Driver" Version="2.29.0" />
<PackageVersion Include="MongoDB.Driver" Version="2.30.0" />
<PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="MySqlConnector" Version="2.3.7" />
<PackageVersion Include="MySql.Data" Version="9.1.0" />

View File

@ -151,7 +151,7 @@ public static partial class LibraryVersion
theoryData.Add(string.Empty);
#else
theoryData.Add("2.28.0");
theoryData.Add("2.29.0");
theoryData.Add("2.30.0");
#endif
return theoryData;
}