Skip to content

Commit fb67945

Browse files
authored
Update embedded C# analyzer to 10.3.0.106239 (#242)
1 parent dfdcead commit fb67945

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

omnisharp-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<description>Code Analyzer based on Omnisharp</description>
1717

1818
<properties>
19-
<!-- The following properties should match https://github.com/SonarSource/sonar-dotnet/blob/master/pom.xml#L58 for the given analyzer version -->
20-
<sonar.analyzer.commons>2.12.0.2964</sonar.analyzer.commons>
21-
<sonar.version>10.10.0.2391</sonar.version>
22-
<sonar.api.impl.version>10.6.0.92116</sonar.api.impl.version>
19+
<!-- The following properties should match the pom.xml of sonar-dotnet for the given analyzer version -->
20+
<sonar.analyzer.commons>2.16.0.3141</sonar.analyzer.commons>
21+
<sonar.version>10.13.0.2560</sonar.version>
22+
<sonar.api.impl.version>10.7.0.96327</sonar.api.impl.version>
2323
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
2424
<sonarAnalyzer.directory>${project.build.directory}/analyzer</sonarAnalyzer.directory>
2525
<servicesDll.directory>${project.build.directory}/services</servicesDll.directory>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<sonarlint-core.version>10.10.0.79500</sonarlint-core.version>
4646
<jdk.min.version>11</jdk.min.version>
4747
<omnisharp.version>1.39.10</omnisharp.version>
48-
<analyzer.version>10.2.0.103721</analyzer.version>
48+
<analyzer.version>10.3.0.106239</analyzer.version>
4949
</properties>
5050

5151
<dependencyManagement>

0 commit comments

Comments
 (0)