From 49345cef43d0ce317b5b5b0d13298f351c98548c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 01:05:48 +0000 Subject: [PATCH] Bump Google.Protobuf.Tools from 3.27.3 to 3.28.2 in /src/net Bumps [Google.Protobuf.Tools](https://github.com/protocolbuffers/protobuf) from 3.27.3 to 3.28.2. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.27.3...v3.28.2) --- updated-dependencies: - dependency-name: Google.Protobuf.Tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- src/net/KEFCore.SerDes.Protobuf/KEFCore.SerDes.Protobuf.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/KEFCore.SerDes.Protobuf/KEFCore.SerDes.Protobuf.csproj b/src/net/KEFCore.SerDes.Protobuf/KEFCore.SerDes.Protobuf.csproj index ce8c01e..a886583 100644 --- a/src/net/KEFCore.SerDes.Protobuf/KEFCore.SerDes.Protobuf.csproj +++ b/src/net/KEFCore.SerDes.Protobuf/KEFCore.SerDes.Protobuf.csproj @@ -43,7 +43,7 @@ <ItemGroup> <ProjectReference Include="..\KEFCore.SerDes\KEFCore.SerDes.csproj" /> <PackageReference Include="Google.Protobuf" Version="3.27.3" /> - <PackageReference Include="Google.Protobuf.Tools" Version="3.27.3"> + <PackageReference Include="Google.Protobuf.Tools" Version="3.28.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference>