Skip to content

Commit

Permalink
Bump Google.Protobuf from 3.24.2 to 3.24.3 (#2932)
Browse files Browse the repository at this point in the history
* Bump Google.Protobuf from 3.24.2 to 3.24.3

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.24.2 to 3.24.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.2...v3.24.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update netfx_assembly_redirection.h

* changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paulo Janotti <[email protected]>
Co-authored-by: Piotr Kiełkowicz <[email protected]>
Co-authored-by: Rajkumar Rangaraj <[email protected]>
  • Loading branch information
4 people authored Sep 14, 2023
1 parent d149877 commit 213ddb9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h

### Changed

#### Dependency updates

- .NET Framework only, `Google.Protobuf` updated from `3.24.2` to `3.24.3`.

### Deprecated

### Removed
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<PackageVersion Include="System.Windows.Extensions" Version="4.7.0" />
</ItemGroup>
<ItemGroup Label="Transient dependencies auto-generated by GenerateNetFxTransientDependencies">
<PackageVersion Include="Google.Protobuf" Version="3.24.2" />
<PackageVersion Include="Google.Protobuf" Version="3.24.3" />
<PackageVersion Include="Grpc" Version="2.46.6" />
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
<PackageVersion Include="Grpc.Core.Api" Version="2.57.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, 24, 2, 0} },
{ L"Google.Protobuf", {3, 24, 3, 0} },
{ L"Grpc.Core", {2, 0, 0, 0} },
{ L"Grpc.Core.Api", {2, 0, 0, 0} },
{ L"Microsoft.Bcl.AsyncInterfaces", {7, 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 @@ -4,7 +4,7 @@
<PackageVersion Include="Azure.Storage.Blobs" Version="12.18.0" />
<PackageVersion Include="Elastic.Clients.Elasticsearch" Version="8.9.2" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="Google.Protobuf" Version="3.24.2" />
<PackageVersion Include="Google.Protobuf" Version="3.24.3" />
<PackageVersion Include="GraphQL" Version="7.6.1" />
<PackageVersion Include="GraphQL.MicrosoftDI" Version="7.6.1" />
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="7.6.0" />
Expand Down

0 comments on commit 213ddb9

Please sign in to comment.