From 4e13dba6f99f440ebcfcd2e7298584241af60e15 Mon Sep 17 00:00:00 2001 From: Dion Date: Thu, 13 Feb 2025 10:46:39 +0100 Subject: [PATCH] SonarQubePackageVersion 9.1.0 --- starsky/build/helpers/SonarQube.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starsky/build/helpers/SonarQube.cs b/starsky/build/helpers/SonarQube.cs index ae2561942..e9e2f6aa0 100644 --- a/starsky/build/helpers/SonarQube.cs +++ b/starsky/build/helpers/SonarQube.cs @@ -28,7 +28,7 @@ public static class SonarQube /// /// @see: https://www.nuget.org/packages/dotnet-sonarscanner /// - private const string SonarQubePackageVersion = "9.0.2"; + private const string SonarQubePackageVersion = "9.1.0"; private const string SonarQubeDotnetSonarScannerApi = "https://api.nuget.org/v3-flatcontainer/dotnet-sonarscanner/index.json";