Skip to content

Commit

Permalink
Bump Google.Protobuf from 3.28.2 to 3.28.3 (#3723)
Browse files Browse the repository at this point in the history
* Bump Google.Protobuf from 3.28.2 to 3.28.3

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.28.2 to 3.28.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.28.2...v3.28.3)

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

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

* CHANGELOG

* generated files

---------

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 authored Oct 23, 2024
1 parent 2474c89 commit f277161
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This component adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.h
#### Dependency updates

- .NET Framework only, following packages updated
- `Google.Protobuf` updated from `3.28.2` to `3.28.3`,
- `Microsoft.Extensions.DependencyInjection` from `8.0.0` to `8.0.1`,
- `Microsoft.Extensions.DependencyInjection.Abstractions` from `8.0.1` to `8.0.2`,
- `System.Text.Json` from `8.0.4` to `8.0.5`.
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.28.2" />
<PackageVersion Include="Google.Protobuf" Version="3.28.3" />
<PackageVersion Include="Grpc" Version="2.46.6" />
<PackageVersion Include="Grpc.Core" Version="2.46.6" />
<PackageVersion Include="Grpc.Core.Api" Version="2.66.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, 28, 2, 0} },
{ L"Google.Protobuf", {3, 28, 3, 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
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="Elastic.Clients.Elasticsearch" Version="8.15.10" />
<PackageVersion Include="Confluent.Kafka" Version="2.5.3" />
<PackageVersion Include="FluentAssertions" Version="6.12.1" />
<PackageVersion Include="Google.Protobuf" Version="3.28.2" />
<PackageVersion Include="Google.Protobuf" Version="3.28.3" />
<PackageVersion Include="GraphQL" Version="8.0.2" />
<PackageVersion Include="GraphQL.MicrosoftDI" Version="8.0.2" />
<PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="8.0.2" />
Expand Down

0 comments on commit f277161

Please sign in to comment.