Skip to content

Commit 5e50e10

Browse files
build(deps): bump the nuget-production-dependencies group across 3 directories with 4 updates
Bumps the nuget-production-dependencies group with 2 updates in the /src/accounting directory: [Google.Protobuf](https://github.com/protocolbuffers/protobuf) and [Grpc.Tools](https://github.com/grpc/grpc). Bumps the nuget-production-dependencies group with 2 updates in the /src/cart directory: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Bumps the nuget-production-dependencies group with 2 updates in the /src/cart/tests directory: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `Google.Protobuf` from 3.29.2 to 3.29.3 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.29.2...v3.29.3) Updates `Grpc.Tools` from 2.68.1 to 2.69.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/commits) Updates `xunit` from 2.9.2 to 2.9.3 - [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3) Updates `xunit.runner.visualstudio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.0...3.0.1) Updates `xunit` from 2.9.2 to 2.9.3 - [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3) Updates `xunit.runner.visualstudio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@3.0.0...3.0.1) --- updated-dependencies: - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-production-dependencies - dependency-name: Grpc.Tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-production-dependencies - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-production-dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-production-dependencies - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-production-dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1fdc947 commit 5e50e10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/accounting/Accounting.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="Confluent.Kafka" Version="2.8.0" />
13-
<PackageReference Include="Google.Protobuf" Version="3.29.2" />
14-
<PackageReference Include="Grpc.Tools" Version="2.68.1">
13+
<PackageReference Include="Google.Protobuf" Version="3.29.3" />
14+
<PackageReference Include="Grpc.Tools" Version="2.69.0">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>

src/cart/tests/cart.tests.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PackageReference Include="Grpc.Net.Client" Version="2.67.0" />
99
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.11" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
11-
<PackageReference Include="xunit" Version="2.9.2" />
12-
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
11+
<PackageReference Include="xunit" Version="2.9.3" />
12+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>

0 commit comments

Comments
 (0)