Skip to content

Commit

Permalink
Bump dependencies (#3446)
Browse files Browse the repository at this point in the history
* [Tests] Bump Elastic.Clients.Elasticsearch to 8.14.0

* .NET Fx - Bump Google.Protobuf to 3.27.1

* ]Tests] Bump Microsoft.AspNetCore.SignalR.Client to 8.0.6

* [Tests/Examples] Bump Microsoft.Data.SqlClient to 5.2.1

* [Tests] Bump Microsoft.EntityFrameworkCore.Sqlite to 8.0.6

* [Tests] Bump NServiceBus to 9.0.1
  • Loading branch information
Kielek authored Jun 7, 2024
1 parent bd71fbe commit d2a7170
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
- `OpenTelemetry.Instrumentation.EntityFrameworkCore` from `1.0.0-beta.10` to `1.0.0-beta.11`,
- `OpenTelemetry.ResourceDetectors.Container` from `1.0.0-beta.6` to `1.0.0-beta.7`.
- .NET Framework only, following packages updated
- `Google.Protobuf` updated from `3.25.2` to `3.26.1`,
- `Google.Protobuf` updated from `3.25.2` to `3.27.1`,
- `Grpc.Core.Api` from `2.60.0` to `2.62.0`,
- `Microsoft.Extensions.DependencyInjection.Abstractions` from `8.0.0` to `8.0.1`,
- `Microsoft.Extensions.Options` from `8.0.1` to `8.0.2`,
Expand Down
8 changes: 4 additions & 4 deletions build/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static partial class LibraryVersion
{
new("8.0.0"),
new("8.10.0"),
new("8.13.12"),
new("8.14.0"),
}
},
{
Expand All @@ -39,7 +39,7 @@ public static partial class LibraryVersion
new("6.0.27"),
new("7.0.20"),
new("8.0.2", supportedFrameworks: new string[] {"net8.0"}),
new("8.0.5", supportedFrameworks: new string[] {"net8.0"}),
new("8.0.6", supportedFrameworks: new string[] {"net8.0"}),
}
},
{
Expand Down Expand Up @@ -83,7 +83,7 @@ public static partial class LibraryVersion
new("2.1.7"),
new("3.1.5"),
new("4.0.5"),
new("5.2.0"),
new("5.2.1"),
}
},
{
Expand Down Expand Up @@ -130,7 +130,7 @@ public static partial class LibraryVersion
new List<PackageBuildInfo>
{
new("8.0.0"),
new("9.0.0", supportedFrameworks: new string[] {"net8.0"}),
new("9.0.1", supportedFrameworks: new string[] {"net8.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.2.0" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<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.26.1" />
<PackageVersion Include="Google.Protobuf" Version="3.27.1" />
<PackageVersion Include="Grpc" Version="2.46.6" />
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
<PackageVersion Include="Grpc.Core.Api" Version="2.63.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, 26, 1, 0} },
{ L"Google.Protobuf", {3, 27, 1, 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
12 changes: 6 additions & 6 deletions test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<Import Project="..\Directory.Packages.props" />
<ItemGroup>
<PackageVersion Include="Azure.Storage.Blobs" Version="12.20.0" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.13.12" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.14.0" />
<PackageVersion Include="Confluent.Kafka" Version="2.4.0" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Google.Protobuf" Version="3.26.1" />
<PackageVersion Include="Google.Protobuf" Version="3.27.1" />
<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 @@ -17,11 +17,11 @@
<PackageVersion Include="Microsoft.AspNetCore" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting" Version="2.2.7" />
<PackageVersion Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.6" />
<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.2.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.5" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.6" />
<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.1" />
Expand All @@ -32,7 +32,7 @@
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="MySqlConnector" Version="2.3.7" />
<PackageVersion Include="MySql.Data" Version="8.4.0" />
<PackageVersion Include="NServiceBus" Version="9.0.0" />
<PackageVersion Include="NServiceBus" Version="9.0.1" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Npgsql" Version="8.0.3" />
<PackageVersion Include="NuGet.Versioning" Version="6.5.0" />
Expand Down
8 changes: 4 additions & 4 deletions test/IntegrationTests/LibraryVersions.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static TheoryData<string> Elasticsearch
#else
theoryData.Add("8.0.0");
theoryData.Add("8.10.0");
theoryData.Add("8.13.12");
theoryData.Add("8.14.0");
#endif
return theoryData;
}
Expand All @@ -56,7 +56,7 @@ public static TheoryData<string> EntityFrameworkCore
theoryData.Add("8.0.2");
#endif
#if NET8_0
theoryData.Add("8.0.5");
theoryData.Add("8.0.6");
#endif
#endif
return theoryData;
Expand Down Expand Up @@ -135,7 +135,7 @@ public static TheoryData<string> SqlClientMicrosoft
theoryData.Add("2.1.7");
theoryData.Add("3.1.5");
theoryData.Add("4.0.5");
theoryData.Add("5.2.0");
theoryData.Add("5.2.1");
#endif
return theoryData;
}
Expand Down Expand Up @@ -219,7 +219,7 @@ public static TheoryData<string> NServiceBus
#else
theoryData.Add("8.0.0");
#if NET8_0
theoryData.Add("9.0.0");
theoryData.Add("9.0.1");
#endif
#endif
return theoryData;
Expand Down

0 comments on commit d2a7170

Please sign in to comment.