From 65ec3ce6f070a5ceb2c1994bb0ea7f54ee810d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:23:16 +0000 Subject: [PATCH] Bump dotnet-sonarscanner in the default group across 1 directory Bumps the default group with 1 update in the / directory: dotnet-sonarscanner. Updates `dotnet-sonarscanner` from 9.0.2 to 9.1.0 --- updated-dependencies: - dependency-name: dotnet-sonarscanner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index ae24833..a190522 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-sonarscanner": { - "version": "9.0.2", + "version": "9.1.0", "commands": [ "dotnet-sonarscanner" ],