Skip to content

Commit

Permalink
Update embedded Java analyzer to 7.30.1.34514
Browse files Browse the repository at this point in the history
  • Loading branch information
eray-felek-sonarsource committed Jan 25, 2024
1 parent 4ceeb15 commit 559f2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,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.30.0.34429")
"sqplugins"("org.sonarsource.java:sonar-java-plugin:7.30.1.34514")
"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
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.3 - Support Jakarta namespace.</li>
<li>10.2.1 - Fix an error when using Rider or CLion in connected mode with SonarCloud.</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>
Expand Down

0 comments on commit 559f2e8

Please sign in to comment.