From 723daf50ae0499f114b2846002fab96e93be5ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:12:54 +0000 Subject: [PATCH] build(deps): Bump the all group with 5 updates Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.11.0` | `6.12.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.6.3` | `17.7.2` | | [Polly](https://github.com/App-vNext/Polly) | `7.2.4` | `8.0.0` | | [MessagePack](https://github.com/MessagePack-CSharp/MessagePack-CSharp) | `2.5.124` | `2.5.129` | | [MessagePackAnalyzer](https://github.com/MessagePack-CSharp/MessagePack-CSharp) | `2.5.124` | `2.5.129` | Updates `FluentAssertions` from 6.11.0 to 6.12.0 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.11.0...6.12.0) Updates `Microsoft.NET.Test.Sdk` from 17.6.3 to 17.7.2 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.6.3...v17.7.2) Updates `Polly` from 7.2.4 to 8.0.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/7.2.4...8.0.0) Updates `MessagePack` from 2.5.124 to 2.5.129 - [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.124...v2.5.129) Updates `MessagePackAnalyzer` from 2.5.124 to 2.5.129 - [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.124...v2.5.129) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Polly 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 ... Signed-off-by: dependabot[bot] --- .../H.Formatters.MessagePack.csproj | 4 ++-- .../H.Pipes.Apps.ConsoleApp.MessagePack.csproj | 4 ++-- .../H.Pipes.Apps.ConsoleApp.Polly.csproj | 4 ++-- src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/libs/H.Formatters.MessagePack/H.Formatters.MessagePack.csproj b/src/libs/H.Formatters.MessagePack/H.Formatters.MessagePack.csproj index f189aab..8b09f59 100644 --- a/src/libs/H.Formatters.MessagePack/H.Formatters.MessagePack.csproj +++ b/src/libs/H.Formatters.MessagePack/H.Formatters.MessagePack.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;net6.0;net7.0 @@ -11,7 +11,7 @@ - + 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 ccd9ac5..e4bd45e 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 @@ -1,4 +1,4 @@ - + Exe @@ -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 78e8ee8..8fa4b0e 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 @@ -1,4 +1,4 @@ - + Exe @@ -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 4fe754c..a534fe0 100644 --- a/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj +++ b/src/tests/H.Pipes.Tests/H.Pipes.Tests.csproj @@ -1,4 +1,4 @@ - + net7.0 @@ -14,12 +14,12 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - +