Skip to content

Commit

Permalink
SLI-1211 Update embedded Java analyzer to 7.30.0.34429
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel committed Dec 19, 2023
1 parent 9b19a11 commit beeb98d
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 @@ -219,7 +219,7 @@ dependencies {
}
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation("org.awaitility:awaitility:4.2.0")
"sqplugins"("org.sonarsource.java:sonar-java-plugin:7.29.0.34131")
"sqplugins"("org.sonarsource.java:sonar-java-plugin:7.30.0.34429")
"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.14.0.14263")
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.2 - Add support for Gradle Kotlin DSL. 1 new rule for Python. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.2 - Support for Gradle Kotlin DSL and C# 12. 5 new Spring Boot rules. 1 new rule for Python. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.1.1 - Fix a potential deadlock and UI freeze.</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>
Expand Down

0 comments on commit beeb98d

Please sign in to comment.