diff --git a/CHANGELOG.md b/CHANGELOG.md index e31b29f84e..66a7ef2238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h #### Dependency updates +- .NET Framework only, following packages updated + - `Google.Protobuf` updated from `3.29.1` to `3.29.2`. + ### Deprecated ### Removed diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index f65e30edb3..3d8313e71e 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -46,7 +46,7 @@ - + diff --git a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h index 86f3368145..aaed74624c 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, 29, 1, 0} }, + { L"Google.Protobuf", {3, 29, 2, 0} }, { L"Grpc.Core", {2, 0, 0, 0} }, { L"Grpc.Core.Api", {2, 0, 0, 0} }, { L"Microsoft.Bcl.AsyncInterfaces", {9, 0, 0, 0} }, diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index bb88eca59e..5d98e2969b 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -5,7 +5,7 @@ - +