Skip to content

Commit

Permalink
SLVSCODE-952 Update Java analyzer 8.6 to 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sophio-japharidze-sonarsource committed Nov 29, 2024
1 parent 8681461 commit 76d9914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Update CFamily analyzer 6.60 -> [6.61](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010166%20AND%20fixVersion%3D16056%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC)
* Update C# analyzer 9.32 -> [10.3](https://github.com/SonarSource/sonar-dotnet-enterprise/releases/tag/10.3.0.106239)
* Update JS/TS/CSS analyzer 10.16 -> [10.17](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2015999%20ORDER%20BY%20created%20ASC) -> [10.18](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016087%20ORDER%20BY%20created%20ASC)
* Update Java analyzer 8.5 -> [8.6](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016055%20ORDER%20BY%20created%20ASC)
* Update Java analyzer 8.5 -> [8.6](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016055%20ORDER%20BY%20created%20ASC) -> [8.7](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016115%20ORDER%20BY%20created%20ASC)
* Update Go analyzer 1.17 -> [1.18](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2015960%20ORDER%20BY%20created%20ASC)
* Update Secrets analyzer 2.16 -> [2.17](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2016005%20ORDER%20BY%20created%20ASC) -> [2.18](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016042%20ORDER%20BY%20created%20ASC) -> [2.19](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016139%20ORDER%20BY%20created%20ASC)

Expand Down
4 changes: 2 additions & 2 deletions scripts/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
{
"groupId": "org.sonarsource.java",
"artifactId": "sonar-java-plugin",
"version": "8.6.0.37351",
"version": "8.7.0.37452",
"output": "analyzers/sonarjava.jar"
},
{
"groupId": "org.sonarsource.java",
"artifactId": "sonar-java-symbolic-execution-plugin",
"version": "8.6.0.37351",
"version": "8.7.0.37452",
"output": "analyzers/sonarjavasymbolicexecution.jar"
},
{
Expand Down

0 comments on commit 76d9914

Please sign in to comment.