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

SLVSCODE-986 4.15 analyzer updates #666

Merged
merged 9 commits into from
Jan 7, 2025
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 4.15

* Update JS/TS/CSS analyzer 10.19 -> [10.20](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016210%20ORDER%20BY%20created%20ASC)
* Update CFamily analyzer 6.61 -> [6.62](https://sonarsource.atlassian.net/issues/?jql=project%20=%2010166%20AND%20fixVersion=16126%20ORDER%20BY%20priority%20DESC,%20key%20ASC)
* Update PHP analyzer 3.40 -> [3.41](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016138%20ORDER%20BY%20created%20ASC)
* Update Java analyzer 8.7 -> [8.8](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016163%20ORDER%20BY%20created%20ASC)
* Update IaC analyzer 1.39 -> [1.40](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016151%20ORDER%20BY%20created%20ASC)
* 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)

## 4.14

* Further performance improvements for JS/TS/CSS analysis
Expand Down
18 changes: 9 additions & 9 deletions scripts/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@
{
"groupId": "org.sonarsource.javascript",
"artifactId": "sonar-javascript-plugin",
"version": "10.19.0.29100",
"version": "10.20.0.29356",
"output": "analyzers/sonarjs.jar"
},
{
"groupId": "org.sonarsource.java",
"artifactId": "sonar-java-plugin",
"version": "8.7.0.37452",
"version": "8.8.0.37665",
"output": "analyzers/sonarjava.jar"
},
{
"groupId": "org.sonarsource.java",
"artifactId": "sonar-java-symbolic-execution-plugin",
"version": "8.7.0.37452",
"version": "8.8.0.37665",
"output": "analyzers/sonarjavasymbolicexecution.jar"
},
{
"groupId": "org.sonarsource.php",
"artifactId": "sonar-php-plugin",
"version": "3.40.0.12590",
"version": "3.41.0.12692",
"output": "analyzers/sonarphp.jar"
},
{
"groupId": "org.sonarsource.python",
"artifactId": "sonar-python-plugin",
"version": "4.24.0.18631",
"version": "4.26.0.19456",
"output": "analyzers/sonarpython.jar"
},
{
"groupId": "org.sonarsource.html",
"artifactId": "sonar-html-plugin",
"version": "3.17.0.5548",
"version": "3.18.0.5605",
"output": "analyzers/sonarhtml.jar"
},
{
Expand All @@ -56,20 +56,20 @@
{
"groupId": "org.sonarsource.text",
"artifactId": "sonar-text-plugin",
"version": "2.19.0.4883",
"version": "2.20.0.5038",
"output": "analyzers/sonartext.jar"
},
{
"groupId": "com.sonarsource.cpp",
"artifactId": "sonar-cfamily-plugin",
"version": "6.61.0.77816",
"version": "6.62.0.78645",
"output": "analyzers/sonarcfamily.jar",
"requiresCredentials": true
},
{
"groupId": "org.sonarsource.iac",
"artifactId": "sonar-iac-plugin",
"version": "1.39.0.13718",
"version": "1.40.0.13983",
"output": "analyzers/sonariac.jar"
},
{
Expand Down
Loading