Skip to content

Commit d9b98ef

Browse files
authored
Update embedded C# analyzer to 10.13.0.120203 (#270)
1 parent 4d5f3d7 commit d9b98ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

omnisharp-plugin/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<!-- The following properties should match the pom.xml of sonar-dotnet for the given analyzer version -->
2020
<sonar.analyzer.commons>2.18.0.3393</sonar.analyzer.commons>
2121
<sonar.version>12.0.0.2960</sonar.version>
22-
<sonar.api.impl.version>25.5.0.107428</sonar.api.impl.version>
22+
<sonar.api.impl.version>25.6.0.109173</sonar.api.impl.version>
23+
2324
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
2425
<sonarAnalyzer.directory>${project.build.directory}/analyzer</sonarAnalyzer.directory>
2526
<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.24.0.81415</sonarlint-core.version>
4646
<jdk.min.version>11</jdk.min.version>
4747
<omnisharp.version>1.39.10</omnisharp.version>
48-
<analyzer.version>10.12.0.118525</analyzer.version>
48+
<analyzer.version>10.13.0.120203</analyzer.version>
4949
<license.name>GNU LGPL v3</license.name>
5050
</properties>
5151

0 commit comments

Comments
 (0)