From 46a204f6a2e8bca78117930aa630499dccc5c7eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:52:56 +0000 Subject: [PATCH] build(deps): Bump the all group with 5 updates Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) | `2.5.187` | `2.5.192` | | [MessagePackAnalyzer](https://github.com/MessagePack-CSharp/MessagePack-CSharp) | `2.5.187` | `2.5.192` | | [Polly](https://github.com/App-vNext/Polly) | `8.4.2` | `8.5.0` | | [MSTest](https://github.com/microsoft/testfx) | `3.6.2` | `3.6.3` | Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.0) Updates `MessagePack` from 2.5.187 to 2.5.192 - [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases) - [Changelog](https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/prepare_release.ps1) - [Commits](https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.187...v2.5.192) Updates `MessagePackAnalyzer` from 2.5.187 to 2.5.192 - [Release notes](https://github.com/MessagePack-CSharp/MessagePack-CSharp/releases) - [Changelog](https://github.com/MessagePack-CSharp/MessagePack-CSharp/blob/master/prepare_release.ps1) - [Commits](https://github.com/MessagePack-CSharp/MessagePack-CSharp/compare/v2.5.187...v2.5.192) Updates `Polly` from 8.4.2 to 8.5.0 - [Release notes](https://github.com/App-vNext/Polly/releases) - [Changelog](https://github.com/App-vNext/Polly/blob/main/CHANGELOG.md) - [Commits](https://github.com/App-vNext/Polly/compare/8.4.2...8.5.0) Updates `MSTest` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/commits) --- updated-dependencies: - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: MessagePack dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MessagePackAnalyzer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Polly dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- src/libs/H.Formatters.Inferno/H.Formatters.Inferno.csproj | 4 ++-- .../H.Formatters.MessagePack/H.Formatters.MessagePack.csproj | 2 +- src/libs/H.Pipes/H.Pipes.csproj | 4 ++-- .../H.Pipes.Apps.ConsoleApp.MessagePack.csproj | 2 +- .../H.Pipes.Apps.ConsoleApp.Polly.csproj | 2 +- src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/libs/H.Formatters.Inferno/H.Formatters.Inferno.csproj b/src/libs/H.Formatters.Inferno/H.Formatters.Inferno.csproj index 330cfb7..6c069a1 100644 --- a/src/libs/H.Formatters.Inferno/H.Formatters.Inferno.csproj +++ b/src/libs/H.Formatters.Inferno/H.Formatters.Inferno.csproj @@ -20,11 +20,11 @@ - + - + diff --git a/src/libs/H.Formatters.MessagePack/H.Formatters.MessagePack.csproj b/src/libs/H.Formatters.MessagePack/H.Formatters.MessagePack.csproj index 3d7ce45..e278b3f 100644 --- a/src/libs/H.Formatters.MessagePack/H.Formatters.MessagePack.csproj +++ b/src/libs/H.Formatters.MessagePack/H.Formatters.MessagePack.csproj @@ -11,7 +11,7 @@ - + diff --git a/src/libs/H.Pipes/H.Pipes.csproj b/src/libs/H.Pipes/H.Pipes.csproj index 2ad6c86..0a9b80f 100644 --- a/src/libs/H.Pipes/H.Pipes.csproj +++ b/src/libs/H.Pipes/H.Pipes.csproj @@ -28,11 +28,11 @@ - + - + diff --git a/src/samples/H.Pipes.Apps.ConsoleApp.MessagePack/H.Pipes.Apps.ConsoleApp.MessagePack.csproj b/src/samples/H.Pipes.Apps.ConsoleApp.MessagePack/H.Pipes.Apps.ConsoleApp.MessagePack.csproj index 2dab553..9a9f543 100644 --- a/src/samples/H.Pipes.Apps.ConsoleApp.MessagePack/H.Pipes.Apps.ConsoleApp.MessagePack.csproj +++ b/src/samples/H.Pipes.Apps.ConsoleApp.MessagePack/H.Pipes.Apps.ConsoleApp.MessagePack.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/samples/H.Pipes.Apps.ConsoleApp.Polly/H.Pipes.Apps.ConsoleApp.Polly.csproj b/src/samples/H.Pipes.Apps.ConsoleApp.Polly/H.Pipes.Apps.ConsoleApp.Polly.csproj index 503392a..eddd8f2 100644 --- a/src/samples/H.Pipes.Apps.ConsoleApp.Polly/H.Pipes.Apps.ConsoleApp.Polly.csproj +++ b/src/samples/H.Pipes.Apps.ConsoleApp.Polly/H.Pipes.Apps.ConsoleApp.Polly.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj b/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj index ca4484b..f3a2e2d 100644 --- a/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj +++ b/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj @@ -14,7 +14,7 @@ - + all