Skip to content

Commit

Permalink
Update embedded C# analyzer to 10.3.0.106239 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel authored Nov 29, 2024
1 parent dfdcead commit fb67945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions omnisharp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<description>Code Analyzer based on Omnisharp</description>

<properties>
<!-- The following properties should match https://github.com/SonarSource/sonar-dotnet/blob/master/pom.xml#L58 for the given analyzer version -->
<sonar.analyzer.commons>2.12.0.2964</sonar.analyzer.commons>
<sonar.version>10.10.0.2391</sonar.version>
<sonar.api.impl.version>10.6.0.92116</sonar.api.impl.version>
<!-- The following properties should match the pom.xml of sonar-dotnet for the given analyzer version -->
<sonar.analyzer.commons>2.16.0.3141</sonar.analyzer.commons>
<sonar.version>10.13.0.2560</sonar.version>
<sonar.api.impl.version>10.7.0.96327</sonar.api.impl.version>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<sonarAnalyzer.directory>${project.build.directory}/analyzer</sonarAnalyzer.directory>
<servicesDll.directory>${project.build.directory}/services</servicesDll.directory>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<sonarlint-core.version>10.10.0.79500</sonarlint-core.version>
<jdk.min.version>11</jdk.min.version>
<omnisharp.version>1.39.10</omnisharp.version>
<analyzer.version>10.2.0.103721</analyzer.version>
<analyzer.version>10.3.0.106239</analyzer.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit fb67945

Please sign in to comment.