diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d659ac613..44e7b240c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h ### Changed +#### Dependency updates + +- .NET Framework only, `Google.Protobuf` updated from `3.24.2` to `3.24.3`. + ### Deprecated ### Removed diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index b7f9a302f5..6c712b097a 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -59,7 +59,7 @@ - + diff --git a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h index f9775d3264..0cc9948d81 100644 --- a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h +++ b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h @@ -18,7 +18,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap() const USHORT auto_major = atoi(AUTO_MAJOR); assembly_version_redirect_map_.insert({ - { L"Google.Protobuf", {3, 24, 2, 0} }, + { L"Google.Protobuf", {3, 24, 3, 0} }, { L"Grpc.Core", {2, 0, 0, 0} }, { L"Grpc.Core.Api", {2, 0, 0, 0} }, { L"Microsoft.Bcl.AsyncInterfaces", {7, 0, 0, 0} }, diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 9793825ce1..6aac90e66f 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -4,7 +4,7 @@ - +