From 856d47e54503b2174091b13a5306a60bd467e84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 15:36:20 +0000 Subject: [PATCH 1/2] Bump FluentAssertions from 6.11.0 to 6.12.0 Bumps [FluentAssertions](https://github.com/fluentassertions/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) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/Bicep.Types.K8s.UnitTests/Bicep.Types.K8s.UnitTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bicep.Types.K8s.UnitTests/Bicep.Types.K8s.UnitTests.csproj b/src/Bicep.Types.K8s.UnitTests/Bicep.Types.K8s.UnitTests.csproj index 830f1603..1de7e978 100644 --- a/src/Bicep.Types.K8s.UnitTests/Bicep.Types.K8s.UnitTests.csproj +++ b/src/Bicep.Types.K8s.UnitTests/Bicep.Types.K8s.UnitTests.csproj @@ -6,7 +6,7 @@ - + From ef9bd3d6177f38e79b3c11d6c37afff2cf63bc34 Mon Sep 17 00:00:00 2001 From: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:38:56 -0500 Subject: [PATCH 2/2] Fix dotnet lockfiles --- src/Bicep.Types.K8s.UnitTests/packages.lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Bicep.Types.K8s.UnitTests/packages.lock.json b/src/Bicep.Types.K8s.UnitTests/packages.lock.json index 620cff1c..9cacf84d 100644 --- a/src/Bicep.Types.K8s.UnitTests/packages.lock.json +++ b/src/Bicep.Types.K8s.UnitTests/packages.lock.json @@ -10,9 +10,9 @@ }, "FluentAssertions": { "type": "Direct", - "requested": "[6.11.0, )", - "resolved": "6.11.0", - "contentHash": "aBaagwdNtVKkug1F3imGXUlmoBd8ZUZX8oQ5niThaJhF79SpESe1Gzq7OFuZkQdKD5Pa4Mone+jrbas873AT4g==", + "requested": "[6.12.0, )", + "resolved": "6.12.0", + "contentHash": "ZXhHT2YwP9lajrwSKbLlFqsmCCvFJMoRSK9t7sImfnCyd0OB3MhgxdoMcVqxbq1iyxD6mD2fiackWmBb7ayiXQ==", "dependencies": { "System.Configuration.ConfigurationManager": "4.4.0" }