Skip to content

Commit

Permalink
Bump Google.Protobuf from 3.29.0 to 3.29.1 (#3864)
Browse files Browse the repository at this point in the history
* Bump Google.Protobuf from 3.29.0 to 3.29.1

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.29.0 to 3.29.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.29.0...v3.29.1)

---
updated-dependencies:
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* generated files

* changelog

---------

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>
  • Loading branch information
dependabot[bot] and Kielek authored Dec 6, 2024
1 parent 3161346 commit a356c62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
- .NET only, following packages updated
- `System.Diagnostics.DiagnosticSource` from `8.0.0` to `9.0.0`.
- .NET Framework only, following packages updated
- `Google.Protobuf` updated from `3.28.3` to `3.29.0`,
- `Google.Protobuf` updated from `3.28.3` to `3.29.1`,
- `Microsoft.Bcl.AsyncInterfaces` from `8.0.0` to `9.0.0`,
- `Microsoft.Extensions.Configuration` from `9.0.0` to `9.0.0`,
- `Microsoft.Extensions.Configuration.Abstractions` from `8.0.0` to `9.0.0`,
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<PackageVersion Include="ZstdSharp.Port" Version="0.7.3" />
</ItemGroup>
<ItemGroup Label="Transient dependencies auto-generated by GenerateNetFxTransientDependencies">
<PackageVersion Include="Google.Protobuf" Version="3.29.0" />
<PackageVersion Include="Google.Protobuf" Version="3.29.1" />
<PackageVersion Include="Grpc" Version="2.46.6" />
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
<PackageVersion Include="Grpc.Core.Api" Version="2.67.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, 29, 0, 0} },
{ L"Google.Protobuf", {3, 29, 1, 0} },
{ L"Grpc.Core", {2, 0, 0, 0} },
{ L"Grpc.Core.Api", {2, 0, 0, 0} },
{ L"Microsoft.Bcl.AsyncInterfaces", {9, 0, 0, 0} },
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageVersion Include="Confluent.Kafka" Version="2.6.1" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.16.3" />
<PackageVersion Include="FluentAssertions" Version="7.0.0" />
<PackageVersion Include="Google.Protobuf" Version="3.29.0" />
<PackageVersion Include="Google.Protobuf" Version="3.29.1" />
<PackageVersion Include="GraphQL" Version="8.2.1" />
<PackageVersion Include="GraphQL.MicrosoftDI" Version="8.2.1" />
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="8.1.0" />
Expand Down

0 comments on commit a356c62

Please sign in to comment.