From 43d2f81343f2d9658b7d857b4aaa03a87f906845 Mon Sep 17 00:00:00 2001 From: Sophio Japharidze Date: Fri, 10 Jan 2025 11:11:44 +0100 Subject: [PATCH] SLVSCODE-975 Update C# analyzer 10.3 to 10.4 --- CHANGELOG.md | 1 + scripts/dependencies.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41afabeaf..243d4da16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Update Text analyzer 2.19 -> [2.20](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2016159%20ORDER%20BY%20created%20ASC) * Update HTML analyzer 3.17 -> [3.18](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2016146%20ORDER%20BY%20created%20ASC) * Update Python analyzer 4.24 -> [4.25](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016147%20ORDER%20BY%20created%20ASC) -> [4.26](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2016224%20ORDER%20BY%20created%20ASC) +* Update C# analyzer 10.3 -> [10.4](https://github.com/SonarSource/sonar-dotnet-enterprise/releases/tag/10.4.0.108396) ## 4.14 diff --git a/scripts/dependencies.json b/scripts/dependencies.json index 06be2ff48..67cc7b175 100644 --- a/scripts/dependencies.json +++ b/scripts/dependencies.json @@ -75,21 +75,21 @@ { "groupId": "org.sonarsource.sonarlint.omnisharp", "artifactId": "sonarlint-omnisharp-plugin", - "version": "1.25.0.100242", + "version": "1.26.0.100277", "output": "analyzers/sonarlintomnisharp.jar", "requiresCredentials": true }, { "groupId": "org.sonarsource.dotnet", "artifactId": "sonar-csharp-plugin", - "version": "10.3.0.106239", + "version": "10.4.0.108396", "output": "analyzers/sonarcsharp.jar", "requiresCredentials": true }, { "groupId": "com.sonarsource.dotnet", "artifactId": "sonar-csharp-enterprise-plugin", - "version": "10.3.0.106239", + "version": "10.4.0.108396", "output": "analyzers/csharpenterprise.jar", "requiresCredentials": true }