Skip to content

Commit

Permalink
SLVSCODE-975 Update C# analyzer 10.3 to 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sophio-japharidze-sonarsource committed Jan 10, 2025
1 parent 175d2b2 commit 43d2f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions scripts/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 43d2f81

Please sign in to comment.