Skip to content

Commit 209d731

Browse files
Bump Google.Protobuf from 3.29.1 to 3.29.2 (open-telemetry#3900)
* Bump Google.Protobuf from 3.29.1 to 3.29.2 Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.29.1 to 3.29.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.29.1...v3.29.2) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * CHANGELOG * generated file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
1 parent 74eb217 commit 209d731

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
1313

1414
#### Dependency updates
1515

16+
- .NET Framework only, following packages updated
17+
- `Google.Protobuf` updated from `3.29.1` to `3.29.2`.
18+
1619
### Deprecated
1720

1821
### Removed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<PackageVersion Include="System.Windows.Extensions" Version="4.7.0" />
4747
</ItemGroup>
4848
<ItemGroup Label="Transient dependencies auto-generated by GenerateNetFxTransientDependencies">
49-
<PackageVersion Include="Google.Protobuf" Version="3.29.1" />
49+
<PackageVersion Include="Google.Protobuf" Version="3.29.2" />
5050
<PackageVersion Include="Grpc" Version="2.46.6" />
5151
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
5252
<PackageVersion Include="Grpc.Core.Api" Version="2.67.0" />

src/OpenTelemetry.AutoInstrumentation.Native/netfx_assembly_redirection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void CorProfiler::InitNetFxAssemblyRedirectsMap()
1818
const USHORT auto_major = atoi(AUTO_MAJOR);
1919

2020
assembly_version_redirect_map_.insert({
21-
{ L"Google.Protobuf", {3, 29, 1, 0} },
21+
{ L"Google.Protobuf", {3, 29, 2, 0} },
2222
{ L"Grpc.Core", {2, 0, 0, 0} },
2323
{ L"Grpc.Core.Api", {2, 0, 0, 0} },
2424
{ L"Microsoft.Bcl.AsyncInterfaces", {9, 0, 0, 0} },

test/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PackageVersion Include="Confluent.Kafka" Version="2.6.1" />
66
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.16.3" />
77
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
8-
<PackageVersion Include="Google.Protobuf" Version="3.29.1" />
8+
<PackageVersion Include="Google.Protobuf" Version="3.29.2" />
99
<PackageVersion Include="GraphQL" Version="8.2.1" />
1010
<PackageVersion Include="GraphQL.MicrosoftDI" Version="8.2.1" />
1111
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="8.1.0" />

0 commit comments

Comments
 (0)