Skip to content

Commit

Permalink
SLE-1014: Java analyzer update
Browse files Browse the repository at this point in the history
Also updated the release notes.
  • Loading branch information
thahnen committed Dec 2, 2024
1 parent ae8cdd3 commit 56a5bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions org.sonarlint.eclipse.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
<artifactItem>
<groupId>org.sonarsource.java</groupId>
<artifactId>sonar-java-plugin</artifactId>
<version>8.6.0.37351</version>
<version>8.7.0.37452</version>
<type>jar</type>
</artifactItem>
<artifactItem>
<groupId>org.sonarsource.java</groupId>
<artifactId>sonar-java-symbolic-execution-plugin</artifactId>
<version>8.6.0.37351</version>
<version>8.7.0.37452</version>
<type>jar</type>
</artifactItem>
<artifactItem>
Expand Down
2 changes: 1 addition & 1 deletion org.sonarlint.eclipse.ui/intro/RELEASE_NOTES.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1>10.10</h1>
<li>Rebranding from SonarLint to SonarQube for IDE</li>
<li>Drop support of username/password authentication for SonarQube Server</li>
<li>Support Standard / MQR Mode for SonarQube Server 10.8+</li>
<li>Update Java analyzer -> <a href="https://github.com/SonarSource/sonar-java/releases/tag/8.6.0.37351">8.6</a></li>
<li>Update Java analyzer -> <a href="https://github.com/SonarSource/sonar-java/releases/tag/8.7.0.37452">8.7</a></li>
<li>Update JS/TS/CSS analyzer -> <a href="https://github.com/SonarSource/SonarJS/releases/tag/10.18.0.28572">10.18</a></li>
<li>Update PHP analyzer -> <a href="https://github.com/SonarSource/sonar-php/releases/tag/3.40.0.12590">4.40</a></li>
<li>Update Python analyzer -> <a href="https://github.com/SonarSource/sonar-python/releases/tag/4.24.0.18631">4.24</a></li>
Expand Down

0 comments on commit 56a5bf9

Please sign in to comment.