Skip to content

Commit

Permalink
SLI-1190 Update embedded Kotlin analyzer to 2.19.0.4327
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-urruty-sonarsource committed Dec 4, 2023
1 parent a64e605 commit 43a1603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ dependencies {
"sqplugins"("org.sonarsource.javascript:sonar-javascript-plugin:10.10.0.24774")
"sqplugins"("org.sonarsource.php:sonar-php-plugin:3.33.0.11274")
"sqplugins"("org.sonarsource.python:sonar-python-plugin:4.12.0.13917")
"sqplugins"("org.sonarsource.kotlin:sonar-kotlin-plugin:2.17.0.2902")
"sqplugins"("org.sonarsource.kotlin:sonar-kotlin-plugin:2.19.0.4327")
"sqplugins"("org.sonarsource.slang:sonar-ruby-plugin:1.15.0.4655")
"sqplugins"("org.sonarsource.html:sonar-html-plugin:3.9.0.3600")
"sqplugins"("org.sonarsource.xml:sonar-xml-plugin:2.10.0.4108")
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.1 - 9 new Java rules related to Spring Boot, 1 new quick fix. 17 new accessibility rules for JSX. Support for Python 3.12 syntax, add 5 related rules, add 3 new Security Hotspots. 2 new C++ MISRA 2023 rules, support for Docker toolchain in CLion. Support for .NET 8 in Rider. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.1 - 9 new Java rules related to Spring Boot, 1 new quick fix. 17 new accessibility rules for JSX. 6 new Kotlin rules. Support for Python 3.12 syntax, add 5 related rules, add 3 new Security Hotspots. 2 new C++ MISRA 2023 rules, support for Docker toolchain in CLion. Support for .NET 8 in Rider. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.0.1 - Fix an error when opening an issue from SonarQube. Fix potential UI-freeze.</li>
<li>10.0 - Raise minimal supported version to 2022.3.1 and Java 17. Allow to reopen taint vulnerabilities. Handle "Open in IDE" requests from SonarQube. Synchronize issues and Security Hotspots in real-time from SonarCloud. 5 new rules for Python. 6 new rules for Java. 29 new rules for JavaScript. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>9.1 - Lets users focus on new code in connected mode. Support of quick fixes preview. 1 new quick fix for JS/TS. 2 new C++ MISRA 2023 rules. Detection of 42 new secrets. 8 new rules and 3 new quick fixes for Python. 16 new rules for Docker. Support for Ruby 3.2.0. Bug fixes, fewer FPs and improvements for many languages.</li>
Expand Down

0 comments on commit 43a1603

Please sign in to comment.