From 512b8e46220ce1da7eb0ed7832fc1d98279ae48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:38:14 +0000 Subject: [PATCH] Bump the default group across 1 directory with 6 updates Bumps the default group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Bluehill.Imports](https://github.com/na1307/Bluehill.Imports) | `1.0.5` | `1.0.6` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.10.0` | `17.11.1` | | [xunit](https://github.com/xunit/xunit) | `2.8.1` | `2.9.2` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.1` | `2.8.2` | | [dotnet-coverage](https://github.com/microsoft/codecoverage) | `17.11.3` | `17.12.4` | | dotnet-sonarscanner | `6.2.0` | `8.0.3` | Updates `Bluehill.Imports` from 1.0.5 to 1.0.6 - [Commits](https://github.com/na1307/Bluehill.Imports/commits) Updates `Microsoft.NET.Test.Sdk` from 17.10.0 to 17.11.1 - [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.10.0...v17.11.1) Updates `xunit` from 2.8.1 to 2.9.2 - [Commits](https://github.com/xunit/xunit/compare/2.8.1...2.9.2) Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.1...2.8.2) Updates `dotnet-coverage` from 17.11.3 to 17.12.4 - [Commits](https://github.com/microsoft/codecoverage/commits) Updates `dotnet-sonarscanner` from 6.2.0 to 8.0.3 --- updated-dependencies: - dependency-name: Bluehill.Imports dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: dotnet-coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: dotnet-sonarscanner dependency-type: direct:production update-type: version-update:semver-major dependency-group: default ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 4 ++-- Directory.Packages.props | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index d0f0fc7..24db2b0 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,13 +3,13 @@ "isRoot": true, "tools": { "dotnet-sonarscanner": { - "version": "6.2.0", + "version": "8.0.3", "commands": [ "dotnet-sonarscanner" ] }, "dotnet-coverage": { - "version": "17.11.3", + "version": "17.12.4", "commands": [ "dotnet-coverage" ] diff --git a/Directory.Packages.props b/Directory.Packages.props index d069fa0..498ded7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,11 +5,11 @@ false - - - + + + - + \ No newline at end of file