Skip to content

Commit 1453b49

Browse files
build(deps): bump the nuget-production-dependencies group across 4 directories with 7 updates
Bumps the nuget-production-dependencies group with 4 updates in the /src/accounting directory: [Confluent.Kafka](https://github.com/confluentinc/confluent-kafka-dotnet), [Google.Protobuf](https://github.com/protocolbuffers/protobuf), [Grpc.Tools](https://github.com/grpc/grpc) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). Bumps the nuget-production-dependencies group with 1 update in the /src/cart directory: [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Bumps the nuget-production-dependencies group with 2 updates in the /src/cart/src directory: [OpenFeature](https://github.com/open-feature/dotnet-sdk) and [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis). Bumps the nuget-production-dependencies group with 3 updates in the /src/cart/tests directory: [OpenFeature](https://github.com/open-feature/dotnet-sdk), [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `Confluent.Kafka` from 2.5.3 to 2.8.0 - [Release notes](https://github.com/confluentinc/confluent-kafka-dotnet/releases) - [Changelog](https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/CHANGELOG.md) - [Commits](confluentinc/confluent-kafka-dotnet@v2.5.3...v2.8.0) Updates `Google.Protobuf` from 3.28.2 to 3.29.2 - [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.29.2) Updates `Grpc.Tools` from 2.66.0 to 2.68.1 - [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 `Microsoft.Extensions.Logging` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v9.0.0) Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0) Updates `OpenFeature` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/open-feature/dotnet-sdk/releases) - [Changelog](https://github.com/open-feature/dotnet-sdk/blob/main/CHANGELOG.md) - [Commits](open-feature/dotnet-sdk@v2.1.0...v2.2.0) Updates `StackExchange.Redis` from 2.8.22 to 2.8.24 - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](StackExchange/StackExchange.Redis@2.8.22...2.8.24) Updates `OpenFeature` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/open-feature/dotnet-sdk/releases) - [Changelog](https://github.com/open-feature/dotnet-sdk/blob/main/CHANGELOG.md) - [Commits](open-feature/dotnet-sdk@v2.1.0...v2.2.0) Updates `StackExchange.Redis` from 2.8.22 to 2.8.24 - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](StackExchange/StackExchange.Redis@2.8.22...2.8.24) Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0) --- updated-dependencies: - dependency-name: Confluent.Kafka dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-production-dependencies - dependency-name: Google.Protobuf dependency-type: direct:production update-type: version-update:semver-minor 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: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-production-dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-production-dependencies - dependency-name: OpenFeature dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-production-dependencies - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-production-dependencies - dependency-name: OpenFeature dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-production-dependencies - dependency-name: StackExchange.Redis 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-major dependency-group: nuget-production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43c5175 commit 1453b49

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/accounting/Accounting.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Confluent.Kafka" Version="2.5.3" />
13-
<PackageReference Include="Google.Protobuf" Version="3.28.2" />
14-
<PackageReference Include="Grpc.Tools" Version="2.66.0">
12+
<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">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
18+
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
1919
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
2020
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.9.0" />
2121
</ItemGroup>

src/cart/src/cart.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.10.0" />
2828
<PackageReference Include="OpenTelemetry.Resources.Container" Version="1.10.0-beta.1" />
2929
<PackageReference Include="OpenTelemetry.Resources.Host" Version="1.10.0-beta.1" />
30-
<PackageReference Include="StackExchange.Redis" Version="2.8.22" />
30+
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
3131
<PackageReference Include="OpenFeature.Contrib.Providers.Flagd" Version="0.3.0" />
3232
<PackageReference Include="OpenFeature.Contrib.Hooks.Otel" Version="0.2.0" />
33-
<PackageReference Include="OpenFeature" Version="2.1.0" />
33+
<PackageReference Include="OpenFeature" Version="2.2.0" />
3434
</ItemGroup>
3535

3636
<ItemGroup>

src/cart/tests/cart.tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.11" />
1010
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1111
<PackageReference Include="xunit" Version="2.9.2" />
12-
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
12+
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>

0 commit comments

Comments
 (0)