From a839a310fabd79eff2e20ee880f2d8f1fef4d94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:49:38 +0000 Subject: [PATCH] nuget(deps): bump FluentAssertions from 6.8.0 to 6.12.2 Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.8.0 to 6.12.2. - [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.8.0...6.12.2) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/Z0ne.Collections.Tests/Z0ne.Collections.Tests.csproj | 2 +- tests/Z0ne.Collections.Tests/packages.lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Z0ne.Collections.Tests/Z0ne.Collections.Tests.csproj b/tests/Z0ne.Collections.Tests/Z0ne.Collections.Tests.csproj index ceeb377..dc9f5e0 100644 --- a/tests/Z0ne.Collections.Tests/Z0ne.Collections.Tests.csproj +++ b/tests/Z0ne.Collections.Tests/Z0ne.Collections.Tests.csproj @@ -19,7 +19,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/Z0ne.Collections.Tests/packages.lock.json b/tests/Z0ne.Collections.Tests/packages.lock.json index 798fa71..441403f 100644 --- a/tests/Z0ne.Collections.Tests/packages.lock.json +++ b/tests/Z0ne.Collections.Tests/packages.lock.json @@ -66,9 +66,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[6.8.0, )", - "resolved": "6.8.0", - "contentHash": "NfSlAG97wMxS48Ov+wQEhJITdn4bKrgtKrG4sCPrFBVKozpC57lQ2vzsPdxUOsPbfEgEQTMtvCDECxIlDBfgNA==", + "requested": "[6.12.2, )", + "resolved": "6.12.2", + "contentHash": "8YE+xJmT8wgzEpFuzJ4S62oFhEL/AKouMz1RWPEMEUhy9H11aRQlGIWcHurH5BEy7tbF6gb0CJrs0wOw/AtDcQ==", "dependencies": { "System.Configuration.ConfigurationManager": "4.4.0" }