From 053a27ed7f4b01ea00dfe94bbb29b5ed18043a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:56:34 +0000 Subject: [PATCH 1/2] Bump Microsoft.PowerShell.SDK and System.Management.Automation Bumps Microsoft.PowerShell.SDK and System.Management.Automation. These dependencies needed to be updated together. Updates `Microsoft.PowerShell.SDK` from 7.3.7 to 7.4.3 Updates `System.Management.Automation` from 7.3.12 to 7.4.3 --- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: System.Management.Automation dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/PSRule.Monitor.Tests/PSRule.Monitor.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PSRule.Monitor.Tests/PSRule.Monitor.Tests.csproj b/tests/PSRule.Monitor.Tests/PSRule.Monitor.Tests.csproj index f208f23..ada56f8 100644 --- a/tests/PSRule.Monitor.Tests/PSRule.Monitor.Tests.csproj +++ b/tests/PSRule.Monitor.Tests/PSRule.Monitor.Tests.csproj @@ -11,7 +11,7 @@ - + From 85bdab07b69a1f41d5316b3b9375f645f3196637 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Wed, 10 Jul 2024 11:06:54 +1000 Subject: [PATCH 2/2] Bump change log --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae80eb..0d5ff19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ What's changed since v0.6.0: [#153](https://github.com/microsoft/PSRule.Monitor/pull/153) - Bump coverlet.collector to v6.0.2. [#158](https://github.com/microsoft/PSRule.Monitor/pull/158) + - Bump Microsoft.PowerShell.SDK to v7.4.3. + [#169](https://github.com/microsoft/PSRule.Monitor/pull/169) + - Bump System.Management.Automation to v7.4.3. + [#169](https://github.com/microsoft/PSRule.Monitor/pull/169)