Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from SonarSource:master #267

Merged
merged 5 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.10

* Update text and secrets analyzer 2.13 -> [2.14](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2015846%20ORDER%20BY%20created%20ASC) -> [2.15](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2015894%20ORDER%20BY%20created%20ASC), FP fixes, improvements
* Update PHP analyzer 3.36 -> [3.37](https://github.com/SonarSource/sonar-php/releases/tag/3.37.0.12086), FP and bug fixes, improvements
* Update Python analyzer 3.19 -> [3.20](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2015724%20ORDER%20BY%20created%20ASC) -> [3.21](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2015883%20ORDER%20BY%20created%20ASC), FP and bug fixes, improvements, framework detection improvements, performance improvements
* Update CFamily analyzer 6.57 -> [6.58](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2015814%20ORDER%20BY%20created%20ASC), support for C23, FP fixes
* Update C# analyzer 9.30 -> [9.31](https://github.com/SonarSource/sonar-dotnet/releases/tag/9.31.0.96804) -> [9.32](https://github.com/SonarSource/sonar-dotnet/releases/tag/9.32.0.97167), FP fixes, one rule deprecated

## 4.9

* Update IaC analyzer 1.32 -> [1.33](https://github.com/SonarSource/sonar-iac/releases/tag/1.33.0.11761) -> [1.33.1](https://github.com/SonarSource/sonar-iac/releases/tag/1.33.1.11833), new rules for Helm charts
Expand Down
10 changes: 5 additions & 5 deletions scripts/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
{
"groupId": "org.sonarsource.php",
"artifactId": "sonar-php-plugin",
"version": "3.36.0.11813",
"version": "3.37.0.12086",
"output": "analyzers/sonarphp.jar"
},
{
"groupId": "org.sonarsource.python",
"artifactId": "sonar-python-plugin",
"version": "4.19.0.15616",
"version": "4.21.0.16473",
"output": "analyzers/sonarpython.jar"
},
{
Expand All @@ -56,13 +56,13 @@
{
"groupId": "org.sonarsource.text",
"artifactId": "sonar-text-plugin",
"version": "2.13.0.3515",
"version": "2.15.0.3845",
"output": "analyzers/sonartext.jar"
},
{
"groupId": "com.sonarsource.cpp",
"artifactId": "sonar-cfamily-plugin",
"version": "6.57.0.73017",
"version": "6.58.0.74356",
"output": "analyzers/sonarcfamily.jar",
"requiresCredentials": true
},
Expand All @@ -75,7 +75,7 @@
{
"groupId": "org.sonarsource.sonarlint.omnisharp",
"artifactId": "sonarlint-omnisharp-plugin",
"version": "1.23.0.96316",
"version": "1.24.0.100127",
"output": "analyzers/sonarlintomnisharp.jar",
"requiresCredentials": true
}
Expand Down