Skip to content

Commit

Permalink
Bump dependencies (#3304)
Browse files Browse the repository at this point in the history
* [test] Bump Microsoft.Data.SqlClient to 5.2.0

* .NET Fx + tests Google.Protobuf to 3.25.3

* Tests MongoDB.Driver 2.24.0
  • Loading branch information
Kielek authored Mar 6, 2024
1 parent b654a4f commit 14dfe0d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
- Following packages updated
- `MongoDB.Driver.Core.Extensions.DiagnosticSources` from `1.3.0` to `1.4.0`.
- .NET Framework only, following packages updated
- `Google.Protobuf` updated from `3.25.2` to `3.25.3`,
- `Grpc.Core.Api` from `2.60.0` to `2.61.0`,
- `Microsoft.Extensions.Options` from `8.0.1` to `8.0.2`,
- `System.Text.Json` from `8.0.1` to `8.0.2`.
Expand Down
4 changes: 2 additions & 2 deletions build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static class LibraryVersion
new("2.1.7"),
new("3.1.5"),
new("4.0.5"),
new("5.1.5"),
new("5.2.0"),
}
},
{
Expand All @@ -96,7 +96,7 @@ public static class LibraryVersion
new List<PackageBuildInfo>
{
new("2.19.0"),
new("2.23.1"),
new("2.24.0"),
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/Service/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<PackageVersion Include="System.Windows.Extensions" Version="4.7.0" />
</ItemGroup>
<ItemGroup Label="Transient dependencies auto-generated by GenerateNetFxTransientDependencies">
<PackageVersion Include="Google.Protobuf" Version="3.25.2" />
<PackageVersion Include="Google.Protobuf" Version="3.25.3" />
<PackageVersion Include="Grpc" Version="2.46.6" />
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
<PackageVersion Include="Grpc.Core.Api" Version="2.61.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
const USHORT auto_major = atoi(AUTO_MAJOR);

assembly_version_redirect_map_.insert({
{ L"Google.Protobuf", {3, 25, 2, 0} },
{ L"Google.Protobuf", {3, 25, 3, 0} },
{ L"Grpc.Core", {2, 0, 0, 0} },
{ L"Grpc.Core.Api", {2, 0, 0, 0} },
{ L"Microsoft.Bcl.AsyncInterfaces", {8, 0, 0, 0} },
Expand Down
6 changes: 3 additions & 3 deletions test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.12.0" />
<PackageVersion Include="Confluent.Kafka" Version="2.3.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Google.Protobuf" Version="3.25.2" />
<PackageVersion Include="Google.Protobuf" Version="3.25.3" />
<PackageVersion Include="GraphQL" Version="7.8.0" />
<PackageVersion Include="GraphQL.MicrosoftDI" Version="7.8.0" />
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="7.7.1" />
Expand All @@ -20,15 +20,15 @@
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.1" />
<PackageVersion Include="Microsoft.Build" Version="15.9.20" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="15.9.20" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.2" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="MongoDB.Driver" Version="2.23.1" />
<PackageVersion Include="MongoDB.Driver" Version="2.24.0" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="MySqlConnector" Version="2.3.5" />
<PackageVersion Include="MySql.Data" Version="8.3.0" />
Expand Down
4 changes: 2 additions & 2 deletions test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static class LibraryVersion
new object[] { "2.1.7" },
new object[] { "3.1.5" },
new object[] { "4.0.5" },
new object[] { "5.1.5" },
new object[] { "5.2.0" },
#endif
};
public static readonly IReadOnlyCollection<object[]> SqlClientSystem = new List<object[]>
Expand All @@ -108,7 +108,7 @@ public static class LibraryVersion
new object[] { string.Empty }
#else
new object[] { "2.19.0" },
new object[] { "2.23.1" },
new object[] { "2.24.0" },
#endif
};
public static readonly IReadOnlyCollection<object[]> MySqlConnector = new List<object[]>
Expand Down

0 comments on commit 14dfe0d

Please sign in to comment.