From 272ade7325cc4304f5fc6943746d2085a55c3ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 05:08:29 +0000 Subject: [PATCH] Bump Google.Protobuf from 3.27.1 to 3.28.1 (#3642) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump Google.Protobuf from 3.27.1 to 3.28.1 Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.27.1 to 3.28.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.27.1...v3.28.1) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * auto-generated files * changelog --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz --- CHANGELOG.md | 2 +- src/Directory.Packages.props | 2 +- .../netfx_assembly_redirection.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e16a3044d..be3c3df634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h - .NET only, following packages updated - `OpenTelemetry.Instrumentation.StackExchangeRedis` from `1.0.0-rc9.15` to `1.9.0-beta.1`. - .NET Framework only, following packages updated - - `Google.Protobuf` updated from `3.27.1` to `3.27.2`, + - `Google.Protobuf` updated from `3.27.1` to `3.28.1`, - `Grpc.Core.Api` from `2.63.0` to `2.65.0`, - `Microsoft.Extensions.Configuration.Binder` from `8.0.1` to `8.0.2`, - `System.Text.Json` from `8.0.3` to `8.0.4`. diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 9c765b79f4..8458e4e7b9 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -63,7 +63,7 @@ - + diff --git a/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h b/src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h index e42090f991..af3fd91234 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, 27, 1, 0} }, + { L"Google.Protobuf", {3, 28, 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} },