Skip to content

Commit

Permalink
Bump Google.Protobuf from 3.27.1 to 3.28.1 (#3642)
Browse files Browse the repository at this point in the history
* 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](protocolbuffers/protobuf@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] <[email protected]>

* auto-generated files

* changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <[email protected]>
  • Loading branch information
dependabot[bot] and Kielek committed Sep 18, 2024
1 parent c58d3de commit 272ade7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
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.27.1" />
<PackageVersion Include="Google.Protobuf" Version="3.28.1" />
<PackageVersion Include="Grpc" Version="2.46.6" />
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
<PackageVersion Include="Grpc.Core.Api" Version="2.65.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, 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} },
Expand Down

0 comments on commit 272ade7

Please sign in to comment.